Skip to content

Commit 3e81cee

Browse files
authored
Use reusable-reviewer-lottery from ros2_control_ci (#1402) (#1407)
1 parent 1ae58e7 commit 3e81cee

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
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.
24
on:
35
pull_request_target:
46
types: [opened, ready_for_review, reopened]
57

68
jobs:
79
assign_reviewers:
8-
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
10+
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-reviewer-lottery.yml@master

0 commit comments

Comments
 (0)