[CM] Throw an exception when the components initially fail to be in the required state (backport #1729) #856
Workflow file for this run
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
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 |