Skip to content

Commit 75c229d

Browse files
author
Test
committed
disable copilot code review job untill we get copilot access
1 parent 02e6b8d commit 75c229d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/copilot-code-review.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ permissions:
88
contents: read
99
pull-requests: write
1010

11-
jobs:
11+
jobs:
1212
copilot-review:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-latest
14+
if: false
1415
steps:
15-
- name: GitHub Copilot review
16+
- name: GitHub Copilot review
1617
uses: github/copilot-actions/review@v1
1718
with:
1819
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)