diff --git a/.github/workflows/assign-on-comment.yml b/.github/workflows/assign-on-comment.yml index 0b0b661..7c73f60 100644 --- a/.github/workflows/assign-on-comment.yml +++ b/.github/workflows/assign-on-comment.yml @@ -35,7 +35,7 @@ jobs: # Job 2: Admin can assign others assign-others: # Only run if the comment starts with '/assign @' and the commenter is in the admin group - if: startsWith(github.event.comment.body, '/assign @') && contains(fromJson('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.author_association) + if: startsWith(github.event.comment.body, '/assign @') && contains(fromJson('["OWNER", "COLLABORATOR", "MEMBER"]'), github.event.comment.author_association) runs-on: ubuntu-latest permissions: issues: write