8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f821a0 commit bd493f7Copy full SHA for bd493f7
.github/workflows/pr-auditor.yml
@@ -20,3 +20,8 @@ jobs:
20
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
21
GITHUB_TOKEN: ${{ secrets.PR_AUDITOR_TOKEN }}
22
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