cookpad/Assign random reviewers
GitHub action for picking random reviewer from a GitHub team, written in Ruby.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_access_token | Access token for reading a team list (must have `orgs:read` permission) | — | — |
| organization_name | Name of the GitHub organization which the team belongs to | — | — |
| team_name | Name of the team that their member should be picked as a reviewer | — | — |
| number_of_reviewers | Number of reviewers we should pick | — | 3 |
| only_available | Make this action only pick reviewers who do not have their status set to busy | — | true |
Outputs
| name | description |
|---|---|
| reviewers | A JSON array containing a list of GitHub usernames that are picked |