You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Slack channel id, channel name, or user id to post message
74
+
# See also: https://api.slack.com/methods/chat.postMessage#channels
75
+
# You can pass in multiple channels to post to by providing
76
+
# a comma-delimited list of channel IDs
77
+
channel-id: "C07K7QQ93FW"
78
+
payload: |
79
+
{
80
+
"blocks": [
81
+
{
82
+
"type": "section",
83
+
"text": {
84
+
"type": "mrkdwn",
85
+
"text": "A new version of `@apollo/graphql-testing-library` was released: <https://github.com/apollographql/graphql-testing-library/releases/tag/v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}|v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}> :rocket:"
0 commit comments