File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ permissions:
99 pull-requests : write
1010
1111jobs :
12- issue_assign :
13- runs-on : ubuntu-24.04
14- if : (!github.event.issue.pull_request) && github.event.comment.body == 'take'
15- concurrency :
16- group : ${{ github.actor }}-issue-assign
17- steps :
18- - run : |
19- echo "Assigning issue ${{ github.event.issue.number }} to ${{ github.event.comment.user.login }}"
20- curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -d '{"assignees": ["${{ github.event.comment.user.login }}"]}' https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/assignees
2112 preview_docs :
2213 runs-on : ubuntu-24.04
2314 if : github.event.issue.pull_request && github.event.comment.body == '/preview'
You can’t perform that action at this time.
0 commit comments