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 1f1bc6e commit 80b13f4Copy full SHA for 80b13f4
.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@v7
+ uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
17
with:
18
github-token: ${{ secrets.COPILOT_ASSIGNING_PAT }}
19
script: |
0 commit comments