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
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
reactions: write # Permission to add a reaction to the comment
|
|
||||||
steps:
|
steps:
|
||||||
- name: Assign commenter to the issue
|
- name: Assign commenter to the issue
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
@ -40,7 +39,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
reactions: write # Permission to add a reaction to the comment
|
|
||||||
steps:
|
steps:
|
||||||
- name: Assign mentioned user
|
- name: Assign mentioned user
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user