fix action
This commit is contained in:
parent
95f6216a16
commit
e2a47bc89a
8
.github/workflows/takt-action.yml
vendored
8
.github/workflows/takt-action.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
contains(github.event.comment.body, '@takt') &&
|
contains(github.event.comment.body, '@takt') &&
|
||||||
github.event.comment.author_association == 'OWNER'
|
github.event.comment.author_association == 'OWNER'
|
||||||
# Uncomment to allow organization members:
|
# Uncomment to allow organization members:
|
||||||
# || github.event.comment.author_association == 'MEMBER'
|
# || github.event.comment.author_association == 'MEMBER'
|
||||||
# Uncomment to allow collaborators:
|
# Uncomment to allow collaborators:
|
||||||
# || github.event.comment.author_association == 'COLLABORATOR'
|
# || github.event.comment.author_association == 'COLLABORATOR'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user