summaryrefslogtreecommitdiffstats
path: root/services/actions/notifier_helper.go
Commit message (Expand)AuthorAgeFilesLines
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-141-20/+15
* fix empty ref for cron workflow runs (#28640) (#28647)Giteabot2023-12-291-2/+3
* Always delete existing scheduled action tasks (#27662) (#27688)Giteabot2023-10-191-11/+8
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-241-4/+104
* add disable workflow feature (#26413)a10121127962023-08-141-0/+7
* Fix the bug when getting files changed for `pull_request_target` event (#26320)Zettat1232023-08-051-2/+2
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+19
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-1/+1
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-4/+2
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-8/+44
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-2/+2
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-1/+1
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-071-2/+2
* 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-291-6/+1
* Avoid panic caused by broken payload when creating commit status (#23216)Jason Song2023-03-041-1/+2
* 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-151-3/+3
* 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-311-0/+229