Skip to content

Commit

Permalink
workflows: update pr-auditor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Jun 10, 2024
1 parent 20b5142 commit db5434b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: 'sourcegraph/pr-auditor'
repository: 'sourcegraph/devx-service'
- uses: actions/setup-go@v4
with: { go-version: '1.21' }

- run: './check-pr.sh'
- run: 'go run ./cmd/pr-auditor'
env:
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}
Expand Down

0 comments on commit db5434b

Please sign in to comment.