From 2eead2fca2b0df38d2fba54c7d816da2cf99c8db Mon Sep 17 00:00:00 2001 From: Thang Bui Quang <89576896+thangbuiq@users.noreply.github.com> Date: Fri, 16 Feb 2024 06:08:38 +0000 Subject: [PATCH] feat: add event trigger labeler --- .github/workflows/auto_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_labeler.yml b/.github/workflows/auto_labeler.yml index 30a8ce0..c287cf2 100644 --- a/.github/workflows/auto_labeler.yml +++ b/.github/workflows/auto_labeler.yml @@ -1,7 +1,7 @@ name: 'Pull Request Labeler' on: pull_request: - types: [opened, ready_for_review] + types: [opened, ready_for_review, reopened, synchronize] jobs: labeler: