diff --git a/.github/workflows/completed_issue_comment.yaml b/.github/workflows/completed_issue_comment.yaml deleted file mode 100644 index 90f97beea..000000000 --- a/.github/workflows/completed_issue_comment.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Completed Issue Comment - -on: - issues: - types: [labeled] - -jobs: - completed_issue_comment: - if: github.event.label.name == 'status:completed' - runs-on: ubuntu-latest - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - steps: - - run: | - gh issue comment ${{ github.event.issue.number }} --body "$(cat <