From a322f14bf4e4f2a66effe790087d75433c89d9d7 Mon Sep 17 00:00:00 2001 From: octodog Date: Fri, 27 Dec 2024 15:50:53 +0900 Subject: [PATCH] ci: Fixes behavior that was preventing proper comparison due to typos (#2907) (#3322) Co-authored-by: Sion Kang --- .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 563fb5eede..93080bc2c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,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