Skip to content

(promote) release: build v5.5.0 #14207

(promote) release: build v5.5.0

(promote) release: build v5.5.0 #14207

Workflow file for this run

# 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@v4
with:
repository: 'sourcegraph/pr-auditor'
- uses: actions/setup-go@v4
with: { go-version: '1.21' }
- run: './check-pr.sh'
env:
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
report_failure:
needs: check-pr
if: ${{ failure() }}
uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main

Check failure on line 26 in .github/workflows/pr-auditor.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-auditor.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-auditor.yml" -> "sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit