From 9821c60da955ae17977d28764e0abf414ecc0acd Mon Sep 17 00:00:00 2001 From: Alexandra Udaltsova <43303448+AUdaltsova@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:23:10 +0100 Subject: [PATCH] Add contribution-bot workflow --- .github/workflows/contribution-bot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/contribution-bot.yml diff --git a/.github/workflows/contribution-bot.yml b/.github/workflows/contribution-bot.yml new file mode 100644 index 0000000..cf495d3 --- /dev/null +++ b/.github/workflows/contribution-bot.yml @@ -0,0 +1,13 @@ +name: Reply to internal issue comment +run-name: Reply to internal issue comment by ${{ github.actor }} +on: + issue_comment: + types: + - created + +jobs: + comment-nocontribution: + uses: openclimatefix/.github/.github/workflows/internal-issue-comment.yml@main + permissions: + issues: write + secrets: inherit \ No newline at end of file