We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be07298 commit d9bc2dfCopy full SHA for d9bc2df
.github/workflows/primer_comment.yaml
@@ -138,3 +138,10 @@ jobs:
138
github_token: ${{ secrets.GITHUB_TOKEN }}
139
leave_visible: 1
140
issue_number: ${{ steps.post-comment.outputs.result }}
141
+ - name: Warn about failure
142
+ if: ${{ failure() }}
143
+ run: |
144
+ echo "🤖 **Comment workflow failed**. 🤖" >> $GITHUB_STEP_SUMMARY
145
+ echo "" >> $GITHUB_STEP_SUMMARY
146
+ echo "Please investigate:" >> $GITHUB_STEP_SUMMARY
147
+ echo "@DanielNoord" >> $GITHUB_STEP_SUMMARY
0 commit comments