-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting a branch after merging a PR does not trigger webhook #6181
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
To confirm: Using v1.9.5 Gitea webhooks with However, if you merge a PR (gives 3 notifications: BTW, the documentation at https://docs.gitea.io/en-us/webhooks/ is very minimal -- a list of what notifications are given by what events would be very helpful. (I'm still trying to figure out what particular event sends the |
Just leaving a note that I'm going to try to fix this bug. |
This issue can be closed, it was fixed by PR #9424 and was also backported to 1.10.0 |
@bhalbright thanks :) |
Description
After merging a branch from a PR, if you delete the branch from the web interface then any webhooks configured to trigger on the "Delete" event will not be triggered. The webhook is only triggered when deleting a branch remotely (via
git push origin :branch
).I reported the same issue with Gogs a few months ago and it was fixed with this commit: gogs/gogs@1ec365d
I'm guessing the same thing will need to be applied here.
The text was updated successfully, but these errors were encountered: