Skip to content

Commit

Permalink
Merge pull request #94 from sourcegraph/update-pr-auditor-redux-2.0
Browse files Browse the repository at this point in the history
workflows: update pr-auditor workflow
  • Loading branch information
sourcegraph-bot-devx authored Jul 18, 2024
2 parents f7abd32 + c88c1fc commit b185198
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: 'sourcegraph/pr-auditor'
repository: 'sourcegraph/devx-service'
token: ${{ secrets.PR_AUDITOR_TOKEN }}
- uses: actions/setup-go@v4
with: { go-version: '1.21' }
with: { go-version: '1.22' }

- 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 b185198

Please sign in to comment.