forgejo/routers/web/repo/actions
Denys Konovalov 11aab725a0
Refactor commit status for Actions jobs (#23786) (#24060)
Backport #23786

Refactor commit status for Actions jobs (#23786)

Highlights:
- Treat `StatusSkipped` as `CommitStatusSuccess` instead of
`CommitStatusFailure`, so it fixed #23599.
- Use the bot user `gitea-actions` instead of the trigger as the creator
of commit status.
- New format `<run_name> / <job_name> / (<event>)` for the context of
commit status to avoid conflicts.
- Add descriptions for commit status.
- Add the missing calls to `CreateCommitStatus`.
- Refactor `CreateCommitStatus` to make it easier to use.

Co-authored-by: Jason Song <i@wolfogre.com>
2023-04-14 08:07:41 +02:00
..
actions.go Fix actions frontend bugs (pagination, long name alignment) and small simplify (#23370) (#23436) 2023-03-13 09:09:00 +02:00
view.go Refactor commit status for Actions jobs (#23786) (#24060) 2023-04-14 08:07:41 +02:00