Skip to content

Commit

Permalink
added labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed Nov 3, 2023
1 parent 1b0cb87 commit f190d84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit f190d84

Please sign in to comment.