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