index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
actions
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: clean up log files that no longer exist
Gusted
2024-12-03
2
-1
/
+34
*
allow the actions user to login via the jwt token (#32527)
Rowan Bohde
2024-11-24
1
-3
/
+8
*
fix: Actions PR workflows must update the commit status
Earl Warren
2024-11-04
1
-1
/
+1
*
fix: add label to issues and PR labeled/unlabeled events
Earl Warren
2024-11-04
1
-5
/
+17
*
tests: improve actvititypub integration test code
Gusted
2024-11-01
1
-0
/
+1
*
Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246)
Zettat123
2024-10-20
1
-1
/
+9
*
fix: don't cancel schedule workflows on push to main branch
Kwonunn
2024-10-05
1
-2
/
+2
*
Fix actions notify bug (#31866)
Lunny Xiao
2024-08-25
2
-11
/
+16
*
Merge pull request 'Update module github.com/golangci/golangci-lint/cmd/golan...
Earl Warren
2024-08-19
1
-1
/
+3
|
\
|
*
Fix linting issues
Gusted
2024-08-18
1
-1
/
+3
*
|
style: reenable switch check
TheFox0x7
2024-08-18
1
-6
/
+3
|
/
*
Clear up old Actions logs (#31735)
Jason Song
2024-08-04
1
-9
/
+58
*
Move `registerActionsCleanup` to `initActionsTasks` (#31721)
Jason Song
2024-08-04
1
-2
/
+1
*
Add testifylint to lint checks (#4535)
TheFox0x7
2024-07-30
2
-8
/
+10
*
Support `pull_request_target` event for commit status (#31703)
Zettat123
2024-07-28
1
-1
/
+6
*
fix(actions): no edited event triggered when a title is changed
Twenty Panda
2024-07-22
1
-1
/
+11
*
Fixes git references wrongly transmitted to the action run
Mai-Lapyst
2024-06-30
1
-0
/
+5
*
Add support for workflow_dispatch (#3334)
Mai-Lapyst
2024-06-28
1
-0
/
+171
*
Enable `unparam` linter (#31277)
silverwind
2024-06-16
1
-1
/
+1
*
Improve the handling of `jobs.<job_id>.if` (#31070)
Zettat123
2024-06-02
2
-16
/
+16
*
fix: hook post-receive for sha256 repos
oliverpool
2024-05-15
1
-2
/
+1
*
feat(api): enhance Actions Secrets Management API for repository (#30656)
Bo-Yi Wu
2024-04-28
1
-0
/
+28
*
Interpolate runs-on with variables when scheduling tasks (#30640)
sillyguodong
2024-04-28
1
-5
/
+2
*
Enable more `revive` linter rules (#30608)
silverwind
2024-04-28
1
-3
/
+5
*
Use action user as the trigger user of schedules (#30581)
yp05327
2024-04-21
1
-1
/
+6
*
Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461)
silverwind
2024-04-15
1
-1
/
+1
*
Avoid user does not exist error when detecting schedule actions when the comm...
yp05327
2024-04-15
1
-6
/
+3
*
Fix missed doer (#30231)
Lunny Xiao
2024-04-15
1
-5
/
+5
*
fix(actions): call automerge service on successful commit state
Michael Kriese
2024-04-15
1
-12
/
+5
*
fix(actions): the trigger user of a schedule is the action user
Earl Warren
2024-04-14
1
-1
/
+1
*
Remove scheduled action tasks if the repo is archived (#30224)
Zettat123
2024-04-07
2
-2
/
+7
*
Add API for `Variables` (#29520)
sillyguodong
2024-04-07
1
-0
/
+100
*
Add vars context to cron jobs (#3059)
TheFox0x7
2024-04-06
1
-1
/
+10
*
Merge pull request '[ACTIONS] port scheduled actions from Gitea' (#2826) from...
Earl Warren
2024-03-27
2
-43
/
+90
|
\
|
*
Cancel previous runs of the same PR automatically (#29961)
Jason Song
2024-03-26
2
-7
/
+7
|
*
Add empty repo check in `DetectAndHandleSchedules` (#29606)
yp05327
2024-03-26
1
-0
/
+4
|
*
Only delete scheduled workflows when needed (#29091)
Zettat123
2024-03-25
1
-3
/
+6
|
*
Fix an actions schedule bug (#28942)
Zettat123
2024-03-25
2
-2
/
+42
|
*
Fix schedule not trigger bug because matching full ref name with short ref na...
Lunny Xiao
2024-03-25
1
-12
/
+16
|
*
Fix schedule tasks bugs (#28691)
Lunny Xiao
2024-03-25
2
-20
/
+17
|
*
Revert "[ACTIONS] on.schedule: the event is always "schedule""
Earl Warren
2024-03-25
2
-2
/
+1
*
|
Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)
Lunny Xiao
2024-03-26
1
-1
/
+1
*
|
Fix bugs in rerunning jobs (#29955)
Zettat123
2024-03-26
2
-0
/
+86
*
|
Fix invalid link of the commit status when ref is tag (#29752)
yp05327
2024-03-26
1
-3
/
+13
|
/
*
fix TestBranchActions error log
oliverpool
2024-03-24
1
-0
/
+8
*
add skip ci support for pull request title (#29774)
Denys Konovalov
2024-03-20
1
-3
/
+7
*
Make runs-on support variable expression (#29468)
sillyguodong
2024-03-11
1
-1
/
+12
*
Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (...
ChristopherHX
2024-03-11
2
-0
/
+34
*
Fix workflow trigger event IssueChangeXXX bug (#29559)
yp05327
2024-03-06
1
-2
/
+14
*
Fix workflow trigger event bugs (#29467)
Zettat123
2024-03-06
1
-1
/
+7
[next]