step-security/Auto-assign Issue
Auto-assigns issues to users or team members
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN, needed to update the Issue | — | ${{ github.token }} |
| assignees | Comma separated list of user names. Required if teams is not specified. | no | — |
| teams | Comma separated list of team names. Required if assignees is not specified. | no | — |
| numOfAssignee | Number of random assignee | no | — |
| abortIfPreviousAssignees | Flag that aborts the action if there were assignees previously. | no | false |
| removePreviousAssignees | Flag that removes assignees before assigning them (useful the issue is reasigned). | no | false |
| allowNoAssignees | Flag that prevents the action from failing when there are no assignees. | no | false |
| allowSelfAssign | Flag that allows self-assignment to the issue author. | no | true |
| issueNumber | Manually specified issue (or PR) ID to be used instead of the one in the context. | no | — |
| teamIsPullRequestReviewer | Flag that allows a team to be set as reviewer | no | false |
| failsIfUsersCannotBeAssigned | Flag that causes the action to fail if one ore more users cannot be assigned to an issue. If not set the invalid users are simply ignored. | no | false |
Outputs
no outputs