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/modules/actions
Zettat123 e7f0bcf884
Improve workflow event triggers (#23613)
Follow #23037 
Fix [#22598
comment](https://github.com/go-gitea/gitea/issues/22958#issuecomment-1475763042)

Workflows with `pull_request` trigger event can't be triggered by
`pull_request_sync` event. This PR adds the `canGithubEventMatch`
function to check if a Github event can match any Gitea event. If the
Github event matches a Gitea event, the related workflows should be
triggered.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 year ago
..
github.go Improve workflow event triggers (#23613) 1 year ago
github_test.go Improve workflow event triggers (#23613) 1 year ago
log.go Implement actions (#21937) 2 years ago
task_state.go Implement actions (#21937) 2 years ago
task_state_test.go Implement actions (#21937) 2 years ago
workflows.go Improve workflow event triggers (#23613) 1 year ago