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
ChristopherHX 6840258c95
Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (#22804)
Replaces the current globbing library with a
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
compatible one.

This adds support for
- `paths-ignore`, `tags-ignore` and `branches-ignore` filters.
- negative patterns in `paths`, `tags` and `branches` filters
- using both `tags` and `paths` filter on the push event

Original PR https://gitea.com/gitea/act/pulls/13.
nektos/act PR https://github.com/nektos/act/pull/1618 for the
workflowpattern package (It can take some months for it to appear in
https://gitea.com/gitea/act)

Related to https://github.com/go-gitea/gitea/issues/13539
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) 1 year ago
task_state.go Implement actions (#21937) 1 year ago
task_state_test.go Implement actions (#21937) 1 year ago
workflows.go Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (#22804) 1 year ago