0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-20 11:22:48 +01:00
gitea/services/actions
yp05327 98217b0340
Fix invalid link of the commit status when ref is tag (#29752)
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:

![image](https://github.com/go-gitea/gitea/assets/18380374/cb7cf266-f73f-419a-be1a-4689fdd1952a)
2024-03-19 07:23:40 +00:00
..
auth.go
auth_test.go
cleanup.go
clear_tasks.go
commit_status.go
init.go
job_emitter.go
job_emitter_test.go
notifier.go Fix invalid link of the commit status when ref is tag (#29752) 2024-03-19 07:23:40 +00:00
notifier_helper.go add skip ci support for pull request title (#29774) 2024-03-14 03:18:04 +00:00
schedule_tasks.go