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:
9
9
pull-requests : write
10
10
11
11
jobs :
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
21
12
preview_docs :
22
13
runs-on : ubuntu-24.04
23
14
if : github.event.issue.pull_request && github.event.comment.body == '/preview'
You can’t perform that action at this time.
0 commit comments