Skip to content

Commit 54dada7

Browse files
workflows: update pr-auditor workflow (#353)
1 parent 3f3fe6a commit 54dada7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-auditor.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
14-
repository: 'sourcegraph/pr-auditor'
14+
repository: 'sourcegraph/devx-service'
15+
token: ${{ secrets.PR_AUDITOR_TOKEN }}
1516
- uses: actions/setup-go@v4
16-
with: { go-version: '1.21' }
17+
with: { go-version: '1.22' }
1718

18-
- run: './check-pr.sh'
19+
- run: 'go run ./cmd/pr-auditor'
1920
env:
2021
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
2122
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}

0 commit comments

Comments
 (0)