There was an error while loading. Please reload this page.
2 parents a7377e0 + 64e34e3 commit 1ca909fCopy full SHA for 1ca909f
1 file changed
.github/workflows/copilot-review-on-comment.yml
@@ -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