timherrm/Forgejo-EditIssue
A Github Action to edit issues on your forgejo instance via API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| api_url | The base URL of the Forgejo API. | yes | — |
| token | The authentication token for accessing the Forgejo API. | yes | — |
| repository | The repository in the format owner/repo. | yes | — |
| index | The index number of the issue to edit. | yes | — |
| assignees | The asignees of the issue in format username,username. | no | — |
| body | The body of the issue. | no | — |
| due_date | The due date for the issue in format YYYY-MM-DD. | no | — |
| milestone | The id of the milestone to assign. | no | — |
| ref | The branch to reference in format branchname | no | — |
| state | The state of the issue. Options: open/closed | no | — |
| title | The title of the issue. | no | — |
| unset_due_date | The boolean to unset the due_date. Options: true | no | — |
| debug | The boolean to enable debug output. Options: true | no | — |
Outputs
| name | description |
|---|---|
| result | The result of the action, including success or error messages. |