actions-marketplace-validations/Picky Reviewer Rotation
Github Action that rotates through a list of reviewers by a specified interval
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| reviewers | A whitespace separated list of reviewers and/or teams for reviewing | yes | — |
| rotation | The frequency of rotation (e.g. "2 days", "4 weeks", "3 months", "1 year") | no | 1 week |
| fetch-team-users | Boolean if the rotation list should expand teams to individual members from teams given | no | — |
| token | A github token to access team members if fetch-team-users is true | no | — |
Outputs
| name | description |
|---|---|
| reviewer | The assigned reviewer or team |
| team | The team the reviewer belongs to (if applicable) |
| calendar | The immediate review schedule |