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 }}