pozil/Auto-assign Issue
Auto-assigns issues to users or team members
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Jun 11, 2026
- License
- Public domain
Pinned Snippet
uses: pozil/auto-assign-issue@af6beea6bdf1e8eb373f061c5bc168681fc6d011 # v4.0.1tags can be moved; commit SHAs can't. why a SHA?
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