Skip to content

Commit

Permalink
Låser VTP til V5 av labeler (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
pekern authored Dec 11, 2023
1 parent d581913 commit eb90f1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
kontrakt:
- model/src/main/java/**/*
- kontrakter/src/main/java/**/*
- changed-files:
- any-glob-to-any-file: ['model/src/main/java/**/*', 'kontrakter/src/main/java/**/*']

mocks:
- 'mocks/**/src/main/java/**/*'
- changed-files:
- any-glob-to-any-file: ['mocks/**/src/main/java/**/*']

web:
- server/src/main/java/**/*
- changed-files:
- any-glob-to-any-file: ['server/src/main/java/**/*']

pom:
- '**/*/pom.xml'
- pom.xml
- changed-files:
- any-glob-to-any-file: ['**/*/pom.xml', 'pom.xml']
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/labeler@main
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # ratchet:actions/labeler@v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit eb90f1f

Please sign in to comment.