diff --git a/.github/labeler.yml b/.github/labeler.yml index 3624bdd64f..62a6ca852e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -25,7 +25,11 @@ packaging: - '**Dockerfile' submodules: - '**.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/**' +- '**.github/labeler.yml' +- '**.github/dependabot.yml' +- '**.github/workflows/**' +code: +- '**src/**' +- '**include/**' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 474fe553fe..78fca54a49 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,7 @@ name: "Pull Request Labeler" on: -- pull_request_target + pull_request: + types: [opened, reopened] permissions: contents: read