Skip to content

An action for automatically labelling pull requests

License

Notifications You must be signed in to change notification settings

markjhoy/labeler

 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%