Skip to content

Commit

Permalink
pr-auditor: report failures (sourcegraph#4287)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmudar authored Jan 9, 2024
1 parent 1a88212 commit 37dff68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ jobs:
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
secrets: inherit

0 comments on commit 37dff68

Please sign in to comment.