From 36b438e45afc30d02a99d6a570ca2d32e1ebf5a6 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sat, 31 Jan 2026 22:23:27 +0900 Subject: [PATCH] update cicd --- .github/workflows/takt-action.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/takt-action.yml b/.github/workflows/takt-action.yml index f531a5d..6ced26e 100644 --- a/.github/workflows/takt-action.yml +++ b/.github/workflows/takt-action.yml @@ -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