Skip to content

Commit

Permalink
ci: update prisma-schema-wasm slack notification message (#4500)
Browse files Browse the repository at this point in the history
* ci: update prisma-schema-wasm slack notification message

Update the wording of the slack notification on build error in
`@prisma/prisma-schema-wasm` to mirror the changes suggested by @Jolg42
for the `@prisma/query-engine-wasm` workflow in
<#4491 (comment)>.

* Improve wording further

* Add npm scope to make the message more consistent
  • Loading branch information
aqrln authored Nov 27, 2023
1 parent 6f27bcb commit cb61307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prisma-schema-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
if: ${{ failure() }}
uses: rtCamp/[email protected]
env:
SLACK_TITLE: 'prisma-schema-wasm publishing failed :x:'
SLACK_TITLE: 'Building and publishing @prisma/prisma-schema-wasm failed :x:'
SLACK_COLOR: '#FF0000'
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_WASM_FAILING }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-query-engine-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
if: ${{ failure() }}
uses: rtCamp/[email protected]
env:
SLACK_TITLE: 'Build and publish @prisma/query-engine-wasm failed :x:'
SLACK_TITLE: 'Building and publishing @prisma/query-engine-wasm failed :x:'
SLACK_COLOR: '#FF0000'
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_WASM_FAILING }}

0 comments on commit cb61307

Please sign in to comment.