mirror of
https://github.com/codeforreal1/compressO
synced 2026-04-21 15:47:56 +00:00
Update issue-to-discussion.yml
This commit is contained in:
parent
bda98584c3
commit
ffbbf365a5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/issue-to-discussion.yml
vendored
5
.github/workflows/issue-to-discussion.yml
vendored
|
|
@ -34,6 +34,9 @@ jobs:
|
|||
"body": "${{ github.event.issue.body }}",
|
||||
"categoryId": "DIC_kwDOKsQLc84Cxoxg"
|
||||
}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Comment on Issue With Discussion Link
|
||||
run: |
|
||||
|
|
@ -42,6 +45,7 @@ jobs:
|
|||
--body "This issue has been moved to discussion: ${DISC_URL}"
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Close Issue
|
||||
run: |
|
||||
|
|
@ -50,3 +54,4 @@ jobs:
|
|||
--comment "Discussion created: ${DISC_URL}"
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue