From 340a987350d80fc2c6d2a421da03969a421eaa5a Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 5 Jul 2024 12:59:00 -0400 Subject: [PATCH] chore: add sync to labeller --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index e6cde3ee..fb817770 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -2,7 +2,7 @@ name: Label Pull Requests 🏷️ on: pull_request: - types: [opened, reopened, labeled, unlabeled] + types: [opened, reopened, labeled, unlabeled, synchronize] permissions: pull-requests: write