Skip to content

Commit 88e626d

Browse files
committed
Run Copilot code review on GitHub-hosted runners
1 parent 9e1ef58 commit 88e626d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
paths:
10+
- .github/workflows/copilot-code-review.yml
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

Comments
 (0)