Skip to content

Commit e72da96

Browse files
Use reusable-reviewer-lottery from ros2_control_ci
1 parent 77160a6 commit e72da96

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed
+4-9
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:
7-
test:
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
9+
assign_reviewers:
10+
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-reviewer-lottery.yml@master

0 commit comments

Comments
 (0)