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 aa8414a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
- any: ['python/plugins/db_manager/**/*']

"Expressions":
- any: ['src/core/expression/**/*']
- any: [
'src/core/expression/**/*',
'resources/function_help/**/*',
]

"Form":
- any: [
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 aa8414a

Please sign in to comment.