resolve assign error
This commit is contained in:
parent
980083a211
commit
ab00ac7d9a
2
.github/workflows/assign-on-comment.yml
vendored
2
.github/workflows/assign-on-comment.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user