Skip to content

Commit

Permalink
GH Action - Fix the labeler about existing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Apr 11, 2022
1 parent 0efe909 commit 4ce5b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Expand Up @@ -19,5 +19,8 @@
#"run cypress":
# - any: ['tests/end2end/**/*']

"QGIS Server":
- any: ['lizmap/modules/lizmap/lib/Request/**/*']

"tests":
- any: ['tests/**/*']
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Expand Up @@ -18,3 +18,4 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ''

0 comments on commit 4ce5b5c

Please sign in to comment.