Skip to content

Commit

Permalink
Fix the GH Action labeler to not remove labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and nyalldawson committed Apr 11, 2022
1 parent 2ca0251 commit 1e560b3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/labeler.yml
Expand Up @@ -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: [
Expand Down Expand Up @@ -68,6 +78,11 @@
'src/process/**/*'
]

"Quick":
- any: [
'src/quickgui/**/*',
]

"Server":
- any: [
'src/server/**/*',
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-auto-label.yml
Expand Up @@ -15,3 +15,4 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ''
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -10,6 +10,8 @@
*.orig
*.out
*.prepare
.venv
venv
*.pyc
*.py.temp
*.sortinc
Expand Down

0 comments on commit 1e560b3

Please sign in to comment.