aboutsummaryrefslogtreecommitdiffstats
path: root/services/actions
Commit message (Expand)AuthorAgeFilesLines
* Fix the bug when getting files changed for `pull_request_target` event (#26320)Zettat1232023-08-051-2/+2
* Fix pull request check list is limited (#26179)caicandong2023-07-311-1/+1
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+19
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-211-6/+2
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-102-3/+3
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-4/+2
* Fix content holes in Actions task logs file (#25560)Jason Song2023-06-281-4/+12
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-8/+44
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-222-37/+37
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-2/+2
* Add `WithPullRequest` for `actionsNotifier` (#25144)Zettat1232023-06-111-0/+7
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-2/+6
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-19/+17
* Rewrite queue (#24505)wxiaoguang2023-05-082-7/+6
* Handle canceled workflow as a warning instead of a fail (#24282)Jason Song2023-04-231-1/+3
* Support triggering workflows by wiki related events (#24119)Zettat1232023-04-171-0/+35
* Use actions job link as commit status URL instead of run link (#24023)Jason Song2023-04-101-1/+20
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-072-5/+5
* Actions: Use default branch as ref when a branch/tag delete occurs (#23910)Brad Nabholz2023-04-061-0/+5
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884)Jason Song2023-04-061-1/+16
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-294-55/+67
* Create commit status when event is `pull_request_sync` (#23683)sillyguodong2023-03-241-1/+1
* Fix incorrect `HookEventType` of pull request review comments (#23650)Zettat1232023-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-043-6/+29
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-241-2/+46
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-152-26/+26
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Add more events details supports for actions (#22680)Lunny Xiao2023-02-011-1/+1
* Fix ref to trigger Actions (#22679)Jason Song2023-01-311-3/+10
* Implement actions (#21937)Jason Song2023-01-317-0/+1181