-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
fix double 'push tag' action feed (#15078) #15083
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
Conversation
Signed-off-by: a1012112796 <1012112796@qq.com>
Does this affect webhooks? For example with Drone? |
Imo it will. The PR should be reverted. We need to change the behaviour of push commits but not remove push tag. |
here .... gitea/modules/notification/webhook/webhook.go Lines 563 to 583 in a587a28
|
Hope this won't introduce a regression in the tag webhooks sent to drone and the like, like the one fixed in #13999. Before the fix, tag pushes were not progagated to drone leading to triggers like this one not being executed: trigger:
event:
- tag |
@techknowlogick @lunny @silverwind test result on master branch ( |
Ok, if the second hook there has |
Backport #15078