diff --git a/.github/workflows/completed_issue_comment.yaml b/.github/workflows/completed_issue_comment.yaml new file mode 100644 index 000000000..90f97beea --- /dev/null +++ b/.github/workflows/completed_issue_comment.yaml @@ -0,0 +1,24 @@ +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 <