8000 workflows: update pr-auditor workflow (#720) · sourcegraph/scip-java@75b238b · GitHub
[go: up one dir, main page]

Skip to content

Commit 75b238b

Browse files
workflows: update pr-auditor workflow (#720)
1 parent 1f17e1d commit 75b238b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 4 additions & 3 deletions
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)
0