diff --git a/.github/workflows/issue-to-discussion.yml b/.github/workflows/issue-to-discussion.yml index 976f0b3..76ebc0f 100644 --- a/.github/workflows/issue-to-discussion.yml +++ b/.github/workflows/issue-to-discussion.yml @@ -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: |