update cicd
This commit is contained in:
parent
e2a47bc89a
commit
36b438e45a
7
.github/workflows/takt-action.yml
vendored
7
.github/workflows/takt-action.yml
vendored
@ -6,13 +6,12 @@ on:
|
||||
|
||||
jobs:
|
||||
takt:
|
||||
# Uncomment to allow organization members or collaborators:
|
||||
# || github.event.comment.author_association == 'MEMBER'
|
||||
# || github.event.comment.author_association == 'COLLABORATOR'
|
||||
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
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user