Skip to content

Commit e5d7867

Browse files
committed
Update messages
1 parent 84c4d0a commit e5d7867

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060
uses: slackapi/slack-github-action@v1.24.0
6161
with:
6262
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
63-
slack-message: |
64-
<@channel> New release *v${{ inputs.version }}* triggered by <${{ github.server_url }}/${{ github.actor }}|${{ github.actor }}> :rocket:
63+
slack-message: |-
64+
<@channel>
65+
Release *v${{ inputs.version }}* is on the way :rocket: <${{ github.server_url }}/${{ github.actor }}|@${{ github.actor }}> | <${{ github.ref }}|commit>)
6566
env:
6667
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
6768

.github/workflows/post-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ jobs:
118118
env:
119119
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
120120
ON_SUCCESS: |-
121-
<@channel> *${{ env.VERSION_NAME }}* has been published to PyPI :python: :tada:
121+
<@channel>
122+
*${{ env.VERSION_NAME }}* has been published to PyPI ! :python: :tada:
122123
<${{ steps.github-release.outputs.url }}|Release notes> | <https://pypi.org/project/giskard/${{ env.VERSION_NUMBER }}|PyPI>
123124
ON_FAILURE: |-
124125
"<@channel> Release ${{ env.VERSION_NAME }} failed on post-release :cross:

0 commit comments

Comments
 (0)