Merge pull request #91 from evelynmitchell/master
added labeler.yml Former-commit-id: 68e2b775ac64a7d290f2c49984aba5e6b1df8caepull/160/head
commit
7bb3bc7d60
@ -0,0 +1,12 @@
|
||||
# this is a config file for the github action labeler
|
||||
|
||||
# Add 'label1' to any changes within 'example' folder or any subfolders
|
||||
example_change:
|
||||
- example/**
|
||||
|
||||
# Add 'label2' to any file changes within 'example2' folder
|
||||
example2_change: example2/*
|
||||
|
||||
# Add label3 to any change to .txt files within the entire repository. Quotation marks are required for the leading asterisk
|
||||
text_files:
|
||||
- '**/*.txt'
|
Loading…
Reference in new issue