-
-
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
Fix invalid link of the commit status when ref is tag #29752
Conversation
It's better to have a test. |
How to test notifier? 🤔 |
We can trigger the event manually and check the database. |
It seems that we have no action integrate tests. Maybe this is a good start. |
delete tag will trigger 3 events:
|
Tested in GitHub, delete a branch will only trigger delete event: |
I was unable to create a backport for 1.21. @yp05327, please send one manually. 🍵
|
Fix #29731
Caused by #24634
Also remove fixme.
ps: we can not fix the existed runs, as wrong refs are all recorded in DB, and we can not know whether they are branch or tag: