Skip to content

Commit 25c719a

Browse files
banesullivanlwasser
authored andcommitted
Formatting slack message
1 parent bc59b62 commit 25c719a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/update-all-review-data.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ jobs:
5151
env:
5252
SLACK_CHANNEL: pyos-infrastructure
5353
SLACK_COLOR: '#db540b'
54+
SLACK_LINK_NAMES: true
55+
SLACKIFY_MARKDOWN: true
56+
SLACK_TITLE: "ALL Contribs & Reviewers Update Workflow Failed"
5457
SLACK_MESSAGE: "The **ALL Contribs & Reviewers Update** workflow failed for pyopensci.org. Please check the logs."
5558
SLACK_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}

.github/workflows/update-contribs-reviews.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@ jobs:
5555
env:
5656
SLACK_CHANNEL: pyos-infrastructure
5757
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."
5962
SLACK_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}

0 commit comments

Comments
 (0)