Update check-service-labels to trigger on branch edit (#84109)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 30 Mar 2023 04:13:20 +0000 (21:13 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2023 04:13:20 +0000 (21:13 -0700)
Co-authored-by: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com>
.github/workflows/check-service-labels.yml

index 53435a6..efbbcdf 100644 (file)
@@ -5,7 +5,7 @@ permissions:
 
 on:
   pull_request:
-    types: [opened, reopened, labeled, unlabeled, synchronize]
+    types: [opened, edited, reopened, labeled, unlabeled, synchronize]
     branches:
       - 'release/**'