1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-28 06:05:50 +00:00
gitea/services/actions
caicandong 840830b655
Remove commit status running and warning to align GitHub (#25839)
Fix #25776. Close #25826.

In the discussion of #25776, @wolfogre's suggestion was to remove the
commit status of `running` and `warning` to keep it consistent with
github.

references:
-
https://docs.github.com/en/rest/commits/statuses?apiVersion=2022-11-28#about-commit-statuses


## ⚠️ BREAKING ⚠️

So the commit status of Gitea will be consistent with GitHub, only
`pending`, `success`, `error` and `failure`, while `warning` and
`running` are not supported anymore.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
2023-07-21 16:24:36 +08:00
..
clear_tasks.go Fix content holes in Actions task logs file (#25560) 2023-06-28 19:07:29 +02:00
commit_status.go Remove commit status running and warning to align GitHub (#25839) 2023-07-21 16:24:36 +08:00
init.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
job_emitter_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
job_emitter.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
notifier_helper.go For API attachments, use API URL (#25639) 2023-07-10 09:31:19 +00:00
notifier.go For API attachments, use API URL (#25639) 2023-07-10 09:31:19 +00:00