fix action

This commit is contained in:
nrslib 2026-01-31 22:20:32 +09:00
parent 95f6216a16
commit e2a47bc89a

View File

@ -9,10 +9,10 @@ jobs:
if: |
contains(github.event.comment.body, '@takt') &&
github.event.comment.author_association == 'OWNER'
# Uncomment to allow organization members:
# || github.event.comment.author_association == 'MEMBER'
# Uncomment to allow collaborators:
# || github.event.comment.author_association == 'COLLABORATOR'
# Uncomment to allow organization members:
# || github.event.comment.author_association == 'MEMBER'
# Uncomment to allow collaborators:
# || github.event.comment.author_association == 'COLLABORATOR'
runs-on: ubuntu-latest
permissions:
issues: write