firrasaltaher/Custom Reviewers Branch Action
Add custom reviewers to pull requests based on the target branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | The target branch to match for adding reviewers | yes | — |
| reviewers | Comma-separated list of GitHub usernames to add as reviewers | no | — |
| team-reviewers | Comma-separated list of GitHub team slugs to add as reviewers | no | — |
| token | GitHub token with appropriate permissions to request reviews | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| reviewers-added | List of reviewers that were successfully added |
| teams-added | List of teams that were successfully added |