gustavofreze/Auto assigns assignees
GitHub action that automatically assigns issues and pull requests to specified assignees.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| assignees | Comma-separated list of usernames. Assignments will be made to them. | yes | — |
| github_token | GitHub app installation access token. | yes | ${{ github.token }} |
| allow_self_assign | Flag that allows self-assignment to an issue or pull request. | no | true |
| allow_no_assignees | Flag that prevents the action from failing when there are no assignees. | no | false |
| assignment_options | Assignment options in a GitHub action related to automatically assigning issues and pull requests. | no | ISSUE |
Outputs
| name | description |
|---|---|
| result | Object containing information about the processing performed by the action. |