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 committed Apr 11, 2022
1 parent 19c2c3d commit 00bec4f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ''

0 comments on commit 00bec4f

Please sign in to comment.