-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from ros-controls/Fix-reviewer-lottery
Fix reviewer lottery
- Loading branch information
Showing
3 changed files
with
10 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |