We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c24b3 commit 84b1da4Copy full SHA for 84b1da4
.github/workflows/update_protos.yml
@@ -32,3 +32,16 @@ jobs:
32
body: This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes
33
assignees: njooma,stuqdog
34
reviewers: njooma,stuqdog
35
+
36
+ - name: Notify slack of failure
37
+ uses: slackapi/slack-github-action@v1.24.0
38
+ if: ${{ failure() }}
39
+ with:
40
+ payload: |
41
+ {
42
+ "text": "Rust-utils update protos job has failed",
43
+ "username": "Rust-utils",
44
+ "icon_url": "https://media.tenor.com/bZMubztJxGkAAAAe/charlie-brown-walking-charlie-brown.png"
45
+ }
46
+ env:
47
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TEAM_SDK_WEBHOOK_URL }}
0 commit comments