Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
edit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed Aug 27, 2023
1 parent 60fe17c commit 74822dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
comment-id: ${{ github.event.comment.id }}
reactions: eyes
edit-mode: replace
body: |
@${{ github.actor }} your snapshot release is being processed.
:hourglass_flowing_sand: This may take a few minutes...
Expand All @@ -42,6 +42,7 @@ jobs:
with:
comment-id: ${{ github.event.comment.id }}
reactions: confused
edit-mode: replace
body: |
@${{ github.actor }} you do not have permission to run this command.
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
id: format-comment
run: |
changesetComment=$(echo "${{ steps.changesets.outputs.changeset-comment }}" | jq '.[] | "\(.name)@\(.version)"')
echo $changesetComment
echo "changesetComment=$changesetComment" >> $GITHUB_OUTPUT
shell: bash

Expand All @@ -108,6 +110,8 @@ jobs:
with:
comment-id: ${{ github.event.comment.id }}
reactions: rocket
reactions-edit-mode: replace
edit-mode: replace
body: |
@${{ github.actor }} your snapshot release has been published!
Expand All @@ -122,6 +126,8 @@ jobs:
with:
comment-id: ${{ github.event.comment.id }}
reactions: x
reactions-edit-mode: replace
edit-mode: replace
body: |
@${{ github.actor }} your snapshot release failed to publish.
Expand Down

0 comments on commit 74822dd

Please sign in to comment.