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