Skip to content

Commit

Permalink
ci: spaced out labeler.yml more
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Jan 25, 2024
1 parent 0b5a21f commit 4cd8fff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ documentation:
- '**SECURITY.md'
- '**CONTRIBUTING.md'
- '**CODE_OF_CONDUCT.md'

build:
- changed-files:
- any-glob-to-any-file:
Expand All @@ -22,24 +23,28 @@ build:
- '**CMakeSettings.json'
- '**settings.json'
- '**dpp.pc.in'

packaging:
- changed-files:
- any-glob-to-any-file:
- '**vcpkg/**'
- '**makerelease.sh'
- '**sign.sh'
- '**Dockerfile'

submodules:
- changed-files:
- any-glob-to-any-file:
- '**.gitmodules'
- '**doxygen-awesome-css/**' # Ideally, nobody should be touching this, but it's here just in-case.

github_actions:
- changed-files:
- any-glob-to-any-file:
- '**.github/labeler.yml'
- '**.github/dependabot.yml'
- '**.github/workflows/**'

code:
- changed-files:
- any-glob-to-any-file:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: read

jobs:
triage:
labeler:
permissions:
pull-requests: write # Labeler needs to be able to add labels to PRs.
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4cd8fff

Please sign in to comment.