timherrm/Forgejo-EditIssue

A Github Action to edit issues on your forgejo instance via API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
api_urlThe base URL of the Forgejo API.yes
tokenThe authentication token for accessing the Forgejo API.yes
repositoryThe repository in the format owner/repo.yes
indexThe index number of the issue to edit.yes
assigneesThe asignees of the issue in format username,username.no
bodyThe body of the issue.no
due_dateThe due date for the issue in format YYYY-MM-DD.no
milestoneThe id of the milestone to assign.no
refThe branch to reference in format branchnameno
stateThe state of the issue. Options: open/closedno
titleThe title of the issue.no
unset_due_dateThe boolean to unset the due_date. Options: trueno
debugThe boolean to enable debug output. Options: trueno
namedescription
resultThe result of the action, including success or error messages.