1 parent 14b3a11 commit e86aee1Copy full SHA for e86aee1
1 file changed
.github/workflows/copilot-code-review.yml
@@ -0,0 +1,22 @@
1
+name: Copilot code review setup steps
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ paths:
7
+ - .github/workflows/copilot-code-review.yml
8
+ pull_request:
9
10
11
12
+jobs:
13
+ # The job must be named `copilot-setup-steps`, or Copilot ignores this file.
14
+ copilot-setup-steps:
15
+ runs-on: ubuntu-latest
16
17
+ permissions:
18
+ contents: read
19
20
+ steps:
21
+ - name: Start Review
22
+ run: echo "Starting Review."
0 commit comments