-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Webhook not delivered for tag creation on mirror repo #13810
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
Comments
This should be fixed by #13556 |
@lunny That change fixed the event being skipped, but now (I think) it encounters an error while attempting to send it:
so the webhook ends up still not being sent. |
Could you paste the complete error logs? I need to know which line it is in. |
We need to add the tag or branch prefix when parse the git output.
|
@lunny here's a log of pressing the "Synchronize Now" button after pushing a new commit (
|
Could you send a PR to fix this? |
1.13.0
2.26.2
gitea/gitea:1.13.0
from dockerhub)[x]
):Web hook: https://try.gitea.io/dbowring/gitea-tag-issue-test/settings/hooks/434
Not that an event was devlivered for the push, but not for the tag.
Description
If you have a webhook on a mirror repository, events will not be produced when tags are created on the remote repository.
The text was updated successfully, but these errors were encountered: