File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -326,4 +326,22 @@ jobs:
326326 webhook : ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }}
327327 webhook-type : incoming-webhook
328328 payload : |
329- text : ":alarm: DEPENDABOT PR FAILED for ${{ github.repository }}:${{ github.ref }} in <https://github.com/${{ github.repository }}/pull/${{ github.event.number }}|PR #${{ github.event.number }}> :alarm:"
329+ {
330+ "blocks": [
331+ {
332+ "type": "header",
333+ "text": {
334+ "type": "plain_text",
335+ "text": ":alarm: DEPENDABOT PR FAILED :alarm:",
336+ "emoji": true
337+ }
338+ },
339+ {
340+ "type": "section",
341+ "text": {
342+ "type": "mrkdwn",
343+ "text": "Checks failed for ${{ github.repository }}:${{ github.ref }} in <https://github.com/${{ github.repository }}/pull/${{ github.event.number }}|PR #${{ github.event.number }}>"
344+ }
345+ }
346+ ]
347+ }
You can’t perform that action at this time.
0 commit comments