Skip to content

Commit 27bac3b

Browse files
committed
Add @tg-autopilot review comment trigger for Copilot code review
1 parent 8359df6 commit 27bac3b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# TEMPLATE -- copy into a consuming repo as
2+
# .github/workflows/copilot-review-on-comment.yml
3+
name: Copilot review on comment
4+
5+
on:
6+
issue_comment:
7+
types: [created]
8+
9+
jobs:
10+
review:
11+
uses: wpeverest/.github/.github/workflows/copilot-review-on-comment.yml@master
12+
secrets: inherit

0 commit comments

Comments
 (0)