Skip to content

Commit

Permalink
chore: ping EM/PM in the Slack release message
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Jul 10, 2024
1 parent 56e26c5 commit b195517
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
});
- name: Format release notes for Slack
# v1.0.2 cannot be used as it is not correctly handling the newlines
uses: LoveToKnow/[email protected]
id: slack-markdown-release-notes
with:
Expand All @@ -95,12 +94,12 @@ jobs:
${{ steps.fetch-release-draft.outputs.body }}
cc <@france.berut> <@khadija.cherif>
- name: Send changelog to Slack
uses: slackapi/[email protected]
with:
# TODO: Replace with channel #alma_changelog (id: CR9C57YM6) once full testing is done
# Channel `#devx-experiments`
channel-id: C04MQ9VEWRF
channel-id: CR9C57YM6
slack-message: ${{ steps.slack-markdown-release-notes.outputs.text }}
payload: |
{
Expand Down

0 comments on commit b195517

Please sign in to comment.