We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6e1a2 commit 6c5568cCopy full SHA for 6c5568c
.github/workflows/update_protos.yml
@@ -46,3 +46,17 @@ jobs:
46
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
47
assignees: viamrobotics/sdk-netcode
48
reviewers: viamrobotics/sdk-netcode
49
+
50
+ - name: Notify slack of failure
51
+ uses: slackapi/slack-github-action@v1.24.0
52
+ if: ${{ failure() }}
53
+ with:
54
+ payload: |
55
+ {
56
+ "text": "Flutter SDK update protos job has failed",
57
+ "username": "Flutter SDK",
58
+ "icon_url": "https://media.tenor.com/bZMubztJxGkAAAAe/charlie-brown-walking-charlie-brown.png"
59
+ }
60
+ env:
61
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TEAM_SDK_WEBHOOK_URL }}
62
0 commit comments