labeler
labeler copied to clipboard
Support for necessary files touched
It would be nice to have support for files/folders that need to be changed on a PR. The most prominent example would be tests.
Whenever a PR gets created that does not have touched files in test/**/*
or spec/**/*
or **/*.spec/js
globs a label gets added.
necessary:
"Need Tests": spec/**/*