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