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
6e37b434f7
commit
b0d074efeb
1 changed files with 0 additions and 2 deletions
2
.github/workflows/issue-to-discussion.yml
vendored
2
.github/workflows/issue-to-discussion.yml
vendored
|
|
@ -6,7 +6,6 @@ on:
|
|||
|
||||
jobs:
|
||||
convert:
|
||||
# Only run if the 'discussion' label is applied
|
||||
if: contains(github.event.issue.labels.*.name, 'discussion')
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
@ -35,7 +34,6 @@ jobs:
|
|||
"body": "${{ github.event.issue.body }}",
|
||||
"categoryId": "DIC_kwDOKsQLc84Cxoxg"
|
||||
}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Comment on Issue With Discussion Link
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue