Skip to content

Commit 4d80256

Browse files
committed
Add contributor bot workflow
1 parent d263925 commit 4d80256

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
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)