mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
Merge branch 'main' into wb/pr-auditor-test
This commit is contained in:
commit
4a6c60235e
10
.github/workflows/pr-auditor.yml
vendored
10
.github/workflows/pr-auditor.yml
vendored
@ -1,21 +1,21 @@
|
||||
# See https://docs.sourcegraph.com/dev/background-information/ci#pr-auditor
|
||||
name: pr-auditor
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ closed, edited, opened, synchronize, ready_for_review ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
check-pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- 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.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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user