Skip to content

tarekziade/labeler

 
 

Pull Request Labeler

This is a fork of https://github.com/actions/labeler

It introduces anyor that can be used to make sure ALL files match ANY glob from the list.

In the example below, we add the ci:skip-tests label only if all files match one of the glob:

'ci:skip-tests':
- anyor:
  - 'README.md'
  - 'docs/*'
  - 'docs/**/*'
  - 'templates/**/*'
  - 'templates/*'

About

An action for automatically labelling pull requests

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%