From b8d64a113e0733777a8dfd873f7df358838436b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sat, 21 Jun 2025 09:18:27 +0200 Subject: [PATCH] chore: Add CI workflow for thank you message after issue got completed --- .../workflows/completed_issue_comment.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/completed_issue_comment.yaml 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 <