Fix the GH Action labeler to not remove labels

https://github.com/actions/labeler/issues/112#issuecomment-1000491676
This commit is contained in:
Etienne Trimaille 2022-04-11 17:20:03 +02:00 committed by Nyall Dawson
parent 2ca025184f
commit 1e560b31f0
3 changed files with 19 additions and 1 deletions

17
.github/labeler.yml vendored
View File

@ -10,11 +10,21 @@
'src/gui/annotations/**/*',
]
"Chore":
- any: [
'.ci/**/*',
'.docker/**/*',
'.github/**/*',
]
"DB Manager":
- any: ['python/plugins/db_manager/**/*']
"Expressions":
- any: ['src/core/expression/**/*']
- any: [
'src/core/expression/**/*',
'resources/function_help/**/*',
]
"Form":
- any: [
@ -68,6 +78,11 @@
'src/process/**/*'
]
"Quick":
- any: [
'src/quickgui/**/*',
]
"Server":
- any: [
'src/server/**/*',

View File

@ -15,3 +15,4 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ''

2
.gitignore vendored
View File

@ -10,6 +10,8 @@
*.orig
*.out
*.prepare
.venv
venv
*.pyc
*.py.temp
*.sortinc