From ab00ac7d9a8983c473ca02edc096bb16f5f15828 Mon Sep 17 00:00:00 2001 From: samtiz Date: Thu, 10 Jul 2025 00:33:44 +0900 Subject: [PATCH] resolve assign error --- .github/workflows/assign-on-comment.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/assign-on-comment.yml b/.github/workflows/assign-on-comment.yml index 15f7c74..0b0b661 100644 --- a/.github/workflows/assign-on-comment.yml +++ b/.github/workflows/assign-on-comment.yml @@ -12,7 +12,6 @@ jobs: runs-on: ubuntu-latest permissions: issues: write - reactions: write # Permission to add a reaction to the comment steps: - name: Assign commenter to the issue uses: actions/github-script@v7 @@ -40,7 +39,6 @@ jobs: runs-on: ubuntu-latest permissions: issues: write - reactions: write # Permission to add a reaction to the comment steps: - name: Assign mentioned user uses: actions/github-script@v7