Update issue-to-discussion.yml

This commit is contained in:
Niraj Khatiwada 2025-12-09 15:03:49 +05:45 committed by GitHub
parent 6e37b434f7
commit b0d074efeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |