summaryrefslogtreecommitdiffstats
path: root/services/actions/commit_status.go
Commit message (Expand)AuthorAgeFilesLines
* Handle canceled workflow as a warning instead of a fail (#24282)Jason Song2023-04-231-1/+3
* Use actions job link as commit status URL instead of run link (#24023)Jason Song2023-04-101-1/+20
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-291-33/+54
* Create commit status when event is `pull_request_sync` (#23683)sillyguodong2023-03-241-1/+1
* Fix missing commit status in PR which from forked repo (#23351)sillyguodong2023-03-131-23/+48
* Avoid panic caused by broken payload when creating commit status (#23216)Jason Song2023-03-041-0/+10
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Implement actions (#21937)Jason Song2023-01-311-0/+88