We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66be1a commit 039c612Copy full SHA for 039c612
.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