Skip to content

Commit

Permalink
Add examples to match all repo files (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZhukov committed Jun 30, 2023
1 parent e3c0d9b commit a212485
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a212485

Please sign in to comment.