Skip to content

Commit 435ad1b

Browse files
authored
Prevent Copilot Code Review setup failure (#62577)
Copilot-Session: a4cb1484-1fe1-4bb2-a119-e8ec6f1ee6a4
1 parent c2c2761 commit 435ad1b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copilot Code Review setup steps
2+
#
3+
# Code Review cannot access the private early-access repository, so it uses
4+
# this secret-free setup instead of the cloud agent setup workflow.
5+
6+
name: 'Copilot Code Review Setup Steps'
7+
8+
on:
9+
workflow_dispatch:
10+
11+
jobs:
12+
copilot-setup-steps:
13+
runs-on: ubuntu-latest
14+
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
15+
permissions:
16+
contents: read
17+
steps:
18+
- name: Checkout code
19+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+
- uses: ./.github/actions/node-npm-setup

0 commit comments

Comments
 (0)