We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77160a6 commit e72da96Copy full SHA for e72da96
.github/workflows/reviewer_lottery.yml
@@ -1,15 +1,10 @@
1
name: Reviewer lottery
2
+# pull_request_target takes the same events as pull_request,
3
+# but it runs on the base branch instead of the head branch.
4
on:
5
pull_request_target:
6
types: [opened, ready_for_review, reopened]
7
8
jobs:
- test:
- runs-on: ubuntu-latest
9
- if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
10
- steps:
11
- - uses: actions/checkout@v4
12
- - uses: uesteibar/reviewer-lottery@v3
13
- with:
14
- repo-token: ${{ secrets.GITHUB_TOKEN }}
15
- config: ros-controls/ros2_control_ci/.github/reviewer-lottery.yml
+ assign_reviewers:
+ uses: ros-controls/ros2_control_ci/.github/workflows/reusable-reviewer-lottery.yml@master
0 commit comments