forgejo/services/actions
Zettat123 2b23f4bdee
Fix workflow trigger event bugs ()
1. Fix incorrect `HookEventType` for issue-related events in
`IssueChangeAssignee`
2. Add `case "types"` in the `switch` block in `matchPullRequestEvent`
to avoid warning logs

(cherry picked from commit 1ad4bb9eb7641a552c5b88a43eb91d59ec5c0edf)
2024-03-06 12:10:44 +08:00
..
auth.go Port "Use general token signing secret" 2024-02-19 20:49:37 +01:00
auth_test.go Port "Use general token signing secret" 2024-02-19 20:49:37 +01:00
cleanup.go Expire artifacts before deleting them physically () 2024-02-23 09:06:14 +01:00
clear_tasks.go Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
commit_status.go Show commit status for releases () 2024-02-19 22:58:33 +01:00
init.go Move notification interface to services layer () 2023-09-05 18:37:47 +00:00
job_emitter.go The job should always run when if is always() () 2024-03-06 12:10:44 +08:00
job_emitter_test.go The job should always run when if is always() () 2024-03-06 12:10:44 +08:00
main_test.go [ACTIONS] skip superflous pull request synchronized event () 2024-02-11 13:06:54 +00:00
notifier.go Fix workflow trigger event bugs () 2024-03-06 12:10:44 +08:00
notifier_helper.go Ignore empty repo for CreateRepository in action notifier () 2024-03-06 12:10:43 +08:00
notifier_helper_test.go [ACTIONS] skip superflous pull request synchronized event () 2024-02-11 13:06:54 +00:00
schedule_tasks.go [ACTIONS] on.schedule: the event is always "schedule" 2024-02-05 16:54:44 +01:00