Skip to content

Commit 1ca909f

Browse files
authored
Merge pull request #62 from themegrill/tg-autopilot/add-copilot-review-on-comment
Add Copilot review on comment
2 parents a7377e0 + 64e34e3 commit 1ca909f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Copilot review on comment
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
7+
jobs:
8+
review:
9+
uses: wpeverest/.github/.github/workflows/copilot-review-on-comment.yml@master
10+
secrets:
11+
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)