Skip to content

Commit 235c8a4

Browse files
authored
Add contributions-bot workflow
1 parent 7c7f9a3 commit 235c8a4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Reply to internal issue comment
2+
run-name: Reply to internal issue comment by ${{ github.actor }}
3+
on:
4+
issue_comment:
5+
types:
6+
- created
7+
8+
jobs:
9+
comment-nocontribution:
10+
uses: openclimatefix/.github/.github/workflows/internal-issue-comment.yml@main
11+
permissions:
12+
issues: write
13+
secrets: inherit

0 commit comments

Comments
 (0)