Closed
Description
- Gitea version (or commit ref): 1.13.1
- Can you reproduce the bug at https://try.gitea.io:
- Yes
Description
The issue_label, issue_milestone, pull_request_label and pull_request_milestone webhooks are not triggered when you immediately provide the label or milestone when creating the new issue/pr. When adding the label or milestone AFTER the issue/pr has already been created it works fine.
This is not consistent with the issue_assign/pull_request_assign webhooks: these also get triggered if you provide the assignee immediately when creating the new issue/pr.
Screenshots
The webhook:
Only receives the notification for the issue_assign.