Skip to content

Commit

Permalink
Move reviewer-lottery list to ros2_control_ci (#1395)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f9be40)

# Conflicts:
#	.github/reviewer-lottery.yml
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Feb 15, 2024
1 parent 4115b53 commit 1260df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reviewer_lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
types: [opened, ready_for_review, reopened]

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

0 comments on commit 1260df2

Please sign in to comment.