Skip to content

[Example 11] Carlike Robot using Bicycle Steering Controller #263

[Example 11] Carlike Robot using Bicycle Steering Controller

[Example 11] Carlike Robot using Bicycle Steering Controller #263

name: Reviewer lottery
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
jobs:
reviewer-lottery:
runs-on: ubuntu-latest
if: ${{ ! contains(fromJSON('["dependabot[bot]", "mergify[bot]"]'), github.actor) }}
steps:
- uses: actions/checkout@v4
- uses: uesteibar/reviewer-lottery@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}