summaryrefslogtreecommitdiffstats
path: root/services/actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: clean up log files that no longer existGusted2024-12-032-1/+34
* allow the actions user to login via the jwt token (#32527)Rowan Bohde2024-11-241-3/+8
* fix: Actions PR workflows must update the commit statusEarl Warren2024-11-041-1/+1
* fix: add label to issues and PR labeled/unlabeled eventsEarl Warren2024-11-041-5/+17
* tests: improve actvititypub integration test codeGusted2024-11-011-0/+1
* Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246)Zettat1232024-10-201-1/+9
* fix: don't cancel schedule workflows on push to main branchKwonunn2024-10-051-2/+2
* Fix actions notify bug (#31866)Lunny Xiao2024-08-252-11/+16
* Merge pull request 'Update module github.com/golangci/golangci-lint/cmd/golan...Earl Warren2024-08-191-1/+3
|\
| * Fix linting issuesGusted2024-08-181-1/+3
* | style: reenable switch checkTheFox0x72024-08-181-6/+3
|/
* Clear up old Actions logs (#31735)Jason Song2024-08-041-9/+58
* Move `registerActionsCleanup` to `initActionsTasks` (#31721)Jason Song2024-08-041-2/+1
* Add testifylint to lint checks (#4535)TheFox0x72024-07-302-8/+10
* Support `pull_request_target` event for commit status (#31703)Zettat1232024-07-281-1/+6
* fix(actions): no edited event triggered when a title is changedTwenty Panda2024-07-221-1/+11
* Fixes git references wrongly transmitted to the action runMai-Lapyst2024-06-301-0/+5
* Add support for workflow_dispatch (#3334)Mai-Lapyst2024-06-281-0/+171
* Enable `unparam` linter (#31277)silverwind2024-06-161-1/+1
* Improve the handling of `jobs.<job_id>.if` (#31070)Zettat1232024-06-022-16/+16
* fix: hook post-receive for sha256 reposoliverpool2024-05-151-2/+1
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-281-0/+28
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-281-5/+2
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-3/+5
* Use action user as the trigger user of schedules (#30581)yp053272024-04-211-1/+6
* Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461)silverwind2024-04-151-1/+1
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-151-6/+3
* Fix missed doer (#30231)Lunny Xiao2024-04-151-5/+5
* fix(actions): call automerge service on successful commit stateMichael Kriese2024-04-151-12/+5
* fix(actions): the trigger user of a schedule is the action userEarl Warren2024-04-141-1/+1
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-072-2/+7
* Add API for `Variables` (#29520)sillyguodong2024-04-071-0/+100
* Add vars context to cron jobs (#3059)TheFox0x72024-04-061-1/+10
* Merge pull request '[ACTIONS] port scheduled actions from Gitea' (#2826) from...Earl Warren2024-03-272-43/+90
|\
| * Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-262-7/+7
| * Add empty repo check in `DetectAndHandleSchedules` (#29606)yp053272024-03-261-0/+4
| * Only delete scheduled workflows when needed (#29091)Zettat1232024-03-251-3/+6
| * Fix an actions schedule bug (#28942)Zettat1232024-03-252-2/+42
| * Fix schedule not trigger bug because matching full ref name with short ref na...Lunny Xiao2024-03-251-12/+16
| * Fix schedule tasks bugs (#28691)Lunny Xiao2024-03-252-20/+17
| * Revert "[ACTIONS] on.schedule: the event is always "schedule""Earl Warren2024-03-252-2/+1
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-261-1/+1
* | Fix bugs in rerunning jobs (#29955)Zettat1232024-03-262-0/+86
* | Fix invalid link of the commit status when ref is tag (#29752)yp053272024-03-261-3/+13
|/
* fix TestBranchActions error logoliverpool2024-03-241-0/+8
* add skip ci support for pull request title (#29774)Denys Konovalov2024-03-201-3/+7
* Make runs-on support variable expression (#29468)sillyguodong2024-03-111-1/+12
* Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (...ChristopherHX2024-03-112-0/+34
* Fix workflow trigger event IssueChangeXXX bug (#29559)yp053272024-03-061-2/+14
* Fix workflow trigger event bugs (#29467)Zettat1232024-03-061-1/+7