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