Pull Requests | Issues | v1.0.0...v1.1.0
Features
#650 Support a glob pattern in action_name
https://github.com/suzuki-shunsuke/ghalint/blob/main/docs/policies/008.md
About the pattern syntax, please see https://pkg.go.dev/path#Match .
e.g.
excludes:
- policy_name: action_ref_should_be_full_length_commit_sha
action_name: suzuki-shunsuke/tfaction/* # glob pattern
``