-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Feature Description
I would like to be able to add or remove assignees for an issue using workflows, hence expanding Gitea API would be needed.
Listing assignees for a repo is already supported (GET /repos/{owner}/{repo}/assignees)
Add Assignees: POST /repos/{owner}/{repo}/issues/{issue_number}/assignees, body: {"assignees":["user-1","user-2"]}
Remove Assignees: DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees, body {"assignees":["user-2"]}
Screenshots
No response
kim2048
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.