You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
11 months ago
..
auth.go Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (#29584) 11 months ago
auth_test.go Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (#29584) 11 months ago
cleanup.go Expire artifacts before deleting them physically (#29241) 12 months ago
clear_tasks.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
commit_status.go Show commit status for releases (#29149) 12 months ago
init.go Move notification interface to services layer (#26915) 1 year ago
job_emitter.go The job should always run when `if` is `always()` (#29464) 11 months ago
job_emitter_test.go The job should always run when `if` is `always()` (#29464) 11 months ago
notifier.go Fix invalid link of the commit status when ref is tag (#29752) 11 months ago
notifier_helper.go add skip ci support for pull request title (#29774) 11 months ago
schedule_tasks.go Fix an actions schedule bug (#28942) 1 year ago