Skip to content

Commit

Permalink
Merge pull request #62 from ros-controls/Fix-reviewer-lottery
Browse files Browse the repository at this point in the history
Fix reviewer lottery
  • Loading branch information
christophfroehlich authored Jul 22, 2024
2 parents a4ebb7b + a0a5386 commit 37d9c7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 54 deletions.
41 changes: 0 additions & 41 deletions .github/reviewer-lottery.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/reviewer-lottery.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/reviewer_lottery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Reviewer lottery
# pull_request_target takes the same events as pull_request,
# but it runs on the base branch instead of the head branch.
on:
pull_request_target:
types: [opened, ready_for_review, reopened]

jobs:
assign_reviewers:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-reviewer-lottery.yml@master

0 comments on commit 37d9c7d

Please sign in to comment.