Skip to content

Commit 039c612

Browse files
authored
pr-auditor: report failures (#175)
part of sourcegraph/sourcegraph#59055
1 parent c66be1a commit 039c612

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-auditor.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
2121
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}
2222
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
23+
report_failure:
24+
needs: check-pr
25+
if: ${{ failure() }}
26+
uses: sourcegraph/sourcegraph/.github/workflows/report-job-failure.yml@main
27+
secrets: inherit

0 commit comments

Comments
 (0)