From f0eff6cefabdbbb9f6a53fee0d5df5b48172f44e Mon Sep 17 00:00:00 2001 From: Archie Jaskowicz Date: Tue, 3 Oct 2023 11:14:41 +0100 Subject: [PATCH] ci: changes to labeler, stopped labeler from changing every push. (#913) --- .github/labeler.yml | 10 +++++++--- .github/workflows/labeler.yml | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-) 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