From ff2c491cc5731b6ebe3127f85fc55fdf9d03ad23 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sat, 31 Jan 2026 21:39:18 +0900 Subject: [PATCH] =?UTF-8?q?CI/CD=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/takt-action.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/takt-action.yml b/.github/workflows/takt-action.yml index ea956b9..58e9db5 100644 --- a/.github/workflows/takt-action.yml +++ b/.github/workflows/takt-action.yml @@ -6,7 +6,13 @@ on: jobs: 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 permissions: issues: write