chore: update labler workflow

This commit is contained in:
taskylizard 2024-06-03 07:04:49 +00:00
parent fe05833075
commit 1d9fee23ee
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

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