wow-actions/Auto Assign Issues/PRs

Automatically add reviewers/assignees to issues/PRs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENYour GitHub token for authentication.yes
addReviewersSet to true to add reviewers to PRs.notrue
addAssigneesSet to true to add assignees to PRs.notrue
reviewersA list of reviewers(GitHub user name) to be added to PRs.no
assigneesA list of assignees(GitHub user name) to be added to issue/PR. Uses `reviewers` if not set.no
numberOfReviewersNumber of reviewers added to the PR. Set `0` to add all the reviewers (default `0`).no0
numberOfAssigneesNumber of assignees added to the PR. Set `0` to add all the assignees (default `0`). Uses `numberReviewers` if not set.no0
skipKeywordsA list of keywords to be skipped the process if PR's title include it.no
skipDraftSet to `false` to run on draft PRs.notrue
includeLabelsOnly to run when issue/PR has one of the label.no
excludeLabelsNot to run when issue/PR has one of the label.no

no outputs