mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Fix the GH Action labeler to not remove labels
https://github.com/actions/labeler/issues/112#issuecomment-1000491676
This commit is contained in:
parent
2ca025184f
commit
1e560b31f0
17
.github/labeler.yml
vendored
17
.github/labeler.yml
vendored
@ -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/**/*',
|
||||
|
1
.github/workflows/pr-auto-label.yml
vendored
1
.github/workflows/pr-auto-label.yml
vendored
@ -15,3 +15,4 @@ jobs:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
sync-labels: ''
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,6 +10,8 @@
|
||||
*.orig
|
||||
*.out
|
||||
*.prepare
|
||||
.venv
|
||||
venv
|
||||
*.pyc
|
||||
*.py.temp
|
||||
*.sortinc
|
||||
|
Loading…
x
Reference in New Issue
Block a user