From 920e9b6169a8eac836b64f9a4d3530a7442d5982 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Fri, 4 Feb 2022 13:47:49 +0000 Subject: [PATCH] Add comments --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55bb580b..b1663848 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,12 @@ From a boolean logic perspective, top-level match objects are `OR`-ed together a ```yml # Add 'label1' to any changes within 'example' folder or any subfolders +# (this does not apply to files starting with dot by default – see inputs table below) label1: - example/**/* # Add 'label2' to any file changes within 'example2' folder +# (this does not apply to files starting with dot by default – see inputs table below) label2: example2/* ```