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
  • Loading branch information
christophfroehlich authored Feb 15, 2024
1 parent ac76ec9 commit 5f9be40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
32 changes: 0 additions & 32 deletions .github/reviewer-lottery.yml

This file was deleted.

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 5f9be40

Please sign in to comment.