From e2a47bc89a5a5d8ce5db3e6c85d314b2de3f8e6b Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sat, 31 Jan 2026 22:20:32 +0900 Subject: [PATCH] fix action --- .github/workflows/takt-action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/takt-action.yml b/.github/workflows/takt-action.yml index 19a42ae..f531a5d 100644 --- a/.github/workflows/takt-action.yml +++ b/.github/workflows/takt-action.yml @@ -9,10 +9,10 @@ jobs: 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' +# 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