diff --git a/README.md b/README.md index aa0abc380..de2e40b66 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ label1: # Add 'label2' to any file changes within 'example2' folder label2: example2/* + +# Add label3 to any change to .txt files within the entire repository. Quotation marks are required for the leading asterisk +label3: +- '**/*.txt' + ``` #### Common Examples