We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b13f4 commit 73724a9Copy full SHA for 73724a9
.github/workflows/assign-copilot-reviewer.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Assign Copilot as reviewer
16
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
17
with:
18
github-token: ${{ secrets.COPILOT_ASSIGNING_PAT }}
19
script: |
0 commit comments