CI/CD修正

This commit is contained in:
nrslib 2026-01-31 21:39:18 +09:00
parent 9e2fb10502
commit ff2c491cc5

View File

@ -6,7 +6,13 @@ on:
jobs: jobs:
takt: takt:
if: contains(github.event.comment.body, '@takt') 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'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
issues: write issues: write