actions-runner-controller/pkg/actionsglob
Yusuke Kuoka 9b871567b1
Fix wildcard in middle of actionsglob/scaleUpTrigger.githubEvent.checkRun.names not working (#395)
actionsglob patterns like `foo-*-bar` was not correctly working. Tests and the implementation was enhanced to correctly support it.
2021-03-17 06:46:48 +09:00
..
README.md Add CheckRun.Names scale-up trigger configuration (#390) 2021-03-14 10:21:42 +09:00
actionsglob.go Fix wildcard in middle of actionsglob/scaleUpTrigger.githubEvent.checkRun.names not working (#395) 2021-03-17 06:46:48 +09:00
match_test.go Fix wildcard in middle of actionsglob/scaleUpTrigger.githubEvent.checkRun.names not working (#395) 2021-03-17 06:46:48 +09:00

README.md

This package is an implementation of glob that is intended to simulate the behaviour of https://github.com/actions/toolkit/tree/master/packages/glob in many cases.

This isn't a complete reimplementation of the referenced nodejs package.

Differences:

  • This package doesn't implement **