wow-actions/Auto Assign Issues/PRs
Automatically add reviewers/assignees to issues/PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Your GitHub token for authentication. | yes | — |
| addReviewers | Set to true to add reviewers to PRs. | no | true |
| addAssignees | Set to true to add assignees to PRs. | no | true |
| reviewers | A list of reviewers(GitHub user name) to be added to PRs. | no | — |
| assignees | A list of assignees(GitHub user name) to be added to issue/PR. Uses `reviewers` if not set. | no | — |
| numberOfReviewers | Number of reviewers added to the PR. Set `0` to add all the reviewers (default `0`). | no | 0 |
| numberOfAssignees | Number of assignees added to the PR. Set `0` to add all the assignees (default `0`). Uses `numberReviewers` if not set. | no | 0 |
| skipKeywords | A list of keywords to be skipped the process if PR's title include it. | no | — |
| skipDraft | Set to `false` to run on draft PRs. | no | true |
| includeLabels | Only to run when issue/PR has one of the label. | no | — |
| excludeLabels | Not to run when issue/PR has one of the label. | no | — |
Outputs
no outputs