resolve assign error

This commit is contained in:
samtiz 2025-07-10 00:33:44 +09:00
parent 980083a211
commit ab00ac7d9a

View File

@ -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