committed by
GitHub
2 changed files with 18 additions and 11 deletions
@ -1,12 +1,18 @@ |
|||||
docs: |
docs: |
||||
|
- all: |
||||
- changed-files: |
- changed-files: |
||||
- any-glob-to-any-file: |
- all-globs-to-all-files: |
||||
- '**/*.md' |
- '**/*.md' |
||||
|
|
||||
internal: |
internal: |
||||
|
- all: |
||||
- changed-files: |
- changed-files: |
||||
- any-glob-to-any-file: |
- any-glob-to-any-file: |
||||
- .github/**/* |
- .github/** |
||||
- scripts/**/* |
- scripts/** |
||||
- .gitignore |
- .gitignore |
||||
- .pre-commit-config.yaml |
- .pre-commit-config.yaml |
||||
|
- all-globs-to-all-files: |
||||
|
- '**/*.md' |
||||
|
- 'frontend/**' |
||||
|
- 'backend/**' |
||||
|
Loading…
Reference in new issue