You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/actions
Lunny Xiao 2871ea0809
Add more events details supports for actions (#22680)
#21937 implemented only basic events based on name because of `act`'s
limitation. So I sent a PR to parse all possible events details in
https://gitea.com/gitea/act/pulls/11 and it merged. The ref
documentation is
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows

This PR depends on that and make more detail responses for `push` events
and `pull_request` events. And it lefts more events there for future
PRs.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
1 year ago
..
clear_tasks.go Implement actions (#21937) 1 year ago
commit_status.go Implement actions (#21937) 1 year ago
init.go Implement actions (#21937) 1 year ago
job_emitter.go Implement actions (#21937) 1 year ago
job_emitter_test.go Implement actions (#21937) 1 year ago
notifier.go Implement actions (#21937) 1 year ago
notifier_helper.go Add more events details supports for actions (#22680) 1 year ago