Skip to content

Commit 4bdc443

Browse files
authored
Update auto_update_preview.yml
Fix for the Slack handle based on https://api.slack.com/reference/surfaces/formatting#mentioning-groups
1 parent 9de2707 commit 4bdc443

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/auto_update_preview.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
env:
6161
SLACK_CHANNEL: criteo-api-sdk-generator
6262
SLACK_COLOR: ${{ job.status }}
63-
SLACK_MESSAGE: 'Autoupdate of OAS in Preview. Please check <opened PRs|https://github.com/criteo/criteo-api-sdk-generator/pulls> to validate the change, and publish the artifacts <@S07BSM1MDN2>.'
63+
SLACK_MESSAGE: "Autoupdate of OAS in Preview. Please check <https://github.com/criteo/criteo-api-sdk-generator/pulls|opened PRs> to validate the change, and publish the artifacts <!subteam^S07BSM1MDN2>."
6464
SLACK_USERNAME: sdk-generation-bot
6565
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
66-
SLACK_FOOTER: 'Autoupdate of OAS in preview runs daily Monday to Tuesday'
66+
SLACK_FOOTER: "Autoupdate of OAS in preview runs daily Monday to Tuesday"
6767
SLACK_ICON_EMOJI: bell
68-
SLACK_LINK_NAMES: 'true'
69-
MSG_MINIMAL: 'true'
70-
SLACK_MESSAGE_ON_FAILURE: 'Autoupdate of OAS in Preview failure, check <action results|https://github.com/criteo/criteo-api-sdk-generator/actions>.'
68+
SLACK_LINK_NAMES: "true"
69+
MSG_MINIMAL: "true"
70+
SLACK_MESSAGE_ON_FAILURE: "Autoupdate of OAS in Preview failure, check <https://github.com/criteo/criteo-api-sdk-generator/actions|action results>."

0 commit comments

Comments
 (0)