You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a label is removed from a Pull Request (PR) in Gitea, the system triggers the labeled event, which is incorrect. The expected behavior is that the unlabeled event should be fired when a label is removed from a PR.
Steps to Reproduce:
Open a PR in Gitea and add a label to it.
Remove a label from the PR.
Observe that the labeled event is triggered instead of the expected unlabeled event.
Expected Behavior:
The system should fire the unlabeled event when a label is removed from a PR.
Actual Behavior:
The system fires the labeled event when a label is removed from a PR.
Proposed Fix:
Ensure the correct unlabeled event is triggered when a label is removed from a PR.
Sumit189
changed the title
Incorrect labeled event fired when label is removed from PR
Incorrect labeled event fired when label is Deleted from PR
Apr 29, 2025
Description
When a label is removed from a Pull Request (PR) in Gitea, the system triggers the
labeled
event, which is incorrect. The expected behavior is that theunlabeled
event should be fired when a label is removed from a PR.Steps to Reproduce:
labeled
event is triggered instead of the expectedunlabeled
event.Expected Behavior:
The system should fire the
unlabeled
event when a label is removed from a PR.Actual Behavior:
The system fires the
labeled
event when a label is removed from a PR.Proposed Fix:
Ensure the correct
unlabeled
event is triggered when a label is removed from a PR.Related PR:
👉 #34316
Gitea Version
v1.23.7
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Binary Image
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: