From 1d9fee23eea83bb1af46b15673894c35f867295c Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:04:49 +0000 Subject: [PATCH] chore: update labler workflow --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index a25e208f8..4cda980d3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,6 +19,6 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'core') uses: kentaro-m/auto-assign-action@v1 with: - assignees: [taskylizard] + assignees: 'taskylizard' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}