From a2124851476f3021a479b14e553878efba8cd0dc Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:44:16 +0200 Subject: [PATCH] Add examples to match all repo files (#600) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 97ae7243a..8e9029d53 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,17 @@ source: frontend: - any: ['src/**/*.js'] all: ['!src/main.js'] + +# Add the 'AnyChange' label to any changes within the entire repository if the 'dot' option is set to 'false' +AnyChange: +- '**' +- '**/.*' +- '**/.*/**' +- '**/.*/**/.*' + +# Add the 'AnyChange' label to any changes within the entire repository if the 'dot' option is set to 'true' +AnyChange: +- '**' ``` ### Create Workflow