From f7f6d647403ef28b07f07dedb5bd76c948eb20e1 Mon Sep 17 00:00:00 2001 From: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:31:10 -0700 Subject: [PATCH] Update check-service-labels to trigger on branch edit --- .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 53435a615a19e6..efbbcdf9925fd7 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/**'