Skip to content

Commit 5f9be40

Browse files
Move reviewer-lottery list to ros2_control_ci (ros-controls#1395)
1 parent ac76ec9 commit 5f9be40

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

.github/reviewer-lottery.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/reviewer_lottery.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on:
44
types: [opened, ready_for_review, reopened]
55

66
jobs:
7-
test:
7+
assign_reviewers:
88
runs-on: ubuntu-latest
99
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: uesteibar/reviewer-lottery@v3
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
config: ros-controls/ros2_control_ci/.github/reviewer-lottery.yml

0 commit comments

Comments
 (0)