Skip to content

Commit

Permalink
ci: labeler no longer fails (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 authored Jan 26, 2024
1 parent aaffc5c commit 71263e8
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 30 deletions.
75 changes: 46 additions & 29 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,52 @@
documentation:
- '**Doxyfile'
- '**docpages/**'
- '**/*.h'
- '**/documentation.yml'
- '**.cspell.json'
- '**README.md'
- '**SECURITY.md'
- '**CONTRIBUTING.md'
- '**CODE_OF_CONDUCT.md'
- changed-files:
- any-glob-to-any-file:
- '**Doxyfile'
- '**docpages/**'
- '**/*.h'
- '**/documentation.yml'
- '**.cspell.json'
- '**README.md'
- '**SECURITY.md'
- '**CONTRIBUTING.md'
- '**CODE_OF_CONDUCT.md'

build:
- '**buildtools/**'
- '**cmake/**'
- '**library-vcpkg/**'
- '**library/**'
- '**win32/**'
- '**CMakeLists.txt'
- '**CMakeSettings.json'
- '**settings.json'
- '**dpp.pc.in'
- changed-files:
- any-glob-to-any-file:
- '**buildtools/**'
- '**cmake/**'
- '**library-vcpkg/**'
- '**library/**'
- '**win32/**'
- '**CMakeLists.txt'
- '**CMakeSettings.json'
- '**settings.json'
- '**dpp.pc.in'

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

submodules:
- '**.gitmodules'
- '**doxygen-awesome-css/**' # Ideally, nobody should be touching this, but it's here just in-case.
- 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:
- '**.github/labeler.yml'
- '**.github/dependabot.yml'
- '**.github/workflows/**'
- changed-files:
- any-glob-to-any-file:
- '**.github/labeler.yml'
- '**.github/dependabot.yml'
- '**.github/workflows/**'

code:
- '**src/**'
- '**include/**'
- changed-files:
- any-glob-to-any-file:
- '**src/**'
- '**include/**'
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 71263e8

Please sign in to comment.