Skip to content

Commit 2683095

Browse files
authored
pr-auditor: report failures (#294)
* pr-auditor: report failures * fail on purpose * Revert "fail on purpose" This reverts commit 49f62f6.
1 parent cfea959 commit 2683095

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)