File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 51
51
env :
52
52
SLACK_CHANNEL : pyos-infrastructure
53
53
SLACK_COLOR : ' #db540b'
54
+ SLACK_LINK_NAMES : true
55
+ SLACKIFY_MARKDOWN : true
56
+ SLACK_TITLE : " ALL Contribs & Reviewers Update Workflow Failed"
54
57
SLACK_MESSAGE : " The **ALL Contribs & Reviewers Update** workflow failed for pyopensci.org. Please check the logs."
55
58
SLACK_TOKEN : ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
Original file line number Diff line number Diff line change 55
55
env :
56
56
SLACK_CHANNEL : pyos-infrastructure
57
57
SLACK_COLOR : ' #db540b'
58
- SLACK_MESSAGE : " The Update Contribs & Reviewers workflow failed for pyopensci.org. Please check the logs."
58
+ SLACK_LINK_NAMES : true
59
+ SLACKIFY_MARKDOWN : true
60
+ SLACK_TITLE : " Update Contribs & Reviewers Workflow Failed"
61
+ SLACK_MESSAGE : " The **Update Contribs & Reviewers** workflow failed for pyopensci.org. Please check the logs."
59
62
SLACK_TOKEN : ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments