8000
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 f4401f9 commit b3d6ae2Copy full SHA for b3d6ae2
.github/workflows/pr-auditor.yml
@@ -9,12 +9,13 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
- with: { repository: 'sourcegraph/sourcegraph' }
13
- - uses: actions/setup-go@v2
14
- with: { go-version: '1.18' }
+ with:
+ repository: 'sourcegraph/pr-auditor'
+ - uses: actions/setup-go@v4
15
+ with: { go-version: '1.20' }
16
- - run: ./dev/pr-auditor/check-pr.sh
17
+ - run: './check-pr.sh'
18
env:
19
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
- GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}
20
+ GITHUB_TOKEN: ${{ github.token }}
21
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments