From f7b1827ed3f1731ed9b32360dfb4068e7e208e18 Mon Sep 17 00:00:00 2001 From: Lukas Hennies <45569834+Gornoka@users.noreply.github.com> Date: Wed, 21 Dec 2022 15:59:36 +0100 Subject: [PATCH] docs: minor hint regarding glob notation (#285) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa0abc38..de2e40b6 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