From e348b5c0dc2997ffd5bc85e257adf3ad4221ba66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:13:20 -0700 Subject: [PATCH] Update check-service-labels to trigger on branch edit (#84109) Co-authored-by: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com> --- .github/workflows/check-service-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-service-labels.yml b/.github/workflows/check-service-labels.yml index 53435a6..efbbcdf 100644 --- a/.github/workflows/check-service-labels.yml +++ b/.github/workflows/check-service-labels.yml @@ -5,7 +5,7 @@ permissions: on: pull_request: - types: [opened, reopened, labeled, unlabeled, synchronize] + types: [opened, edited, reopened, labeled, unlabeled, synchronize] branches: - 'release/**' -- 2.7.4