diff --git a/.github/labeler.yml b/.github/labeler.yml index 32dc7e5812..b3941c42c3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,6 +10,7 @@ documentation: - '**SECURITY.md' - '**CONTRIBUTING.md' - '**CODE_OF_CONDUCT.md' + build: - changed-files: - any-glob-to-any-file: @@ -22,6 +23,7 @@ build: - '**CMakeSettings.json' - '**settings.json' - '**dpp.pc.in' + packaging: - changed-files: - any-glob-to-any-file: @@ -29,17 +31,20 @@ packaging: - '**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: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4cc35411d4..7add5f9e35 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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