From 91eb001867ac1ed5630b8af4c3674acc73d4b5aa Mon Sep 17 00:00:00 2001 From: Sion Kang Date: Fri, 20 Dec 2024 23:13:17 +0900 Subject: [PATCH] ci: Fixes behavior that was preventing proper comparison due to typos (#2907) Backported-from: main (24.12) Backported-to: 23.09 Backport-of: 2907 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d71b29b853..3af4eb0fe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: echo "SKIP=false" >> $GITHUB_OUTPUT fi - name: labeler - if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'syncrhonize' + if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'synchronize' uses: lablup/auto-labeler@main # actions/labeler, lablup/size-label-action, lablup/auto-label-in-issue