lee-lott-actions/Assign Issue
A GitHub Action to assign a GitHub issue to a specified user using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | The issue number to assign | yes | — |
| assignee | The GitHub username to assign the issue to | yes | — |
| token | GitHub token with repository read access | yes | — |
| owner | The owner of the repository | yes | — |
| repo-name | The name of the repository | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the assignment attempt ("success", "already-assigned", or "failure") |
| error-message | Error message if the assignment fails |