👷 Update GitHub Action labeler to add only one label (#1304)
This commit is contained in:

committed by
GitHub

parent
0f082d1265
commit
de57a7bac1
24
.github/labeler.yml
vendored
24
.github/labeler.yml
vendored
@@ -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/**'
|
||||
|
Reference in New Issue
Block a user