From 57e0dd15a61f4088fca7c6365655310bcc8dbd98 Mon Sep 17 00:00:00 2001 From: Damian Hinz Date: Fri, 6 Sep 2024 13:11:00 +0200 Subject: [PATCH 1/2] added labeled as trigger --- .github/workflows/checking_labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checking_labels.yml b/.github/workflows/checking_labels.yml index 8a105dc8..7b45dff4 100644 --- a/.github/workflows/checking_labels.yml +++ b/.github/workflows/checking_labels.yml @@ -5,7 +5,7 @@ permissions: on: pull_request: - types: [opened, synchronize] + types: [opened, synchronize, labeled] branches: - main From bc67f630abc78e8cfc329063116708cbcd2c1a11 Mon Sep 17 00:00:00 2001 From: Damian Hinz Date: Wed, 11 Sep 2024 15:44:47 +0200 Subject: [PATCH 2/2] Changed workflow to only trigger with labels --- .github/workflows/checking_labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checking_labels.yml b/.github/workflows/checking_labels.yml index 7b45dff4..e361134a 100644 --- a/.github/workflows/checking_labels.yml +++ b/.github/workflows/checking_labels.yml @@ -5,7 +5,7 @@ permissions: on: pull_request: - types: [opened, synchronize, labeled] + types: [labeled] branches: - main