Skip to content

Commit

Permalink
[wallet-ext] Update to use comment tag (MystenLabs#6708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Mysten authored Dec 12, 2022
1 parent 072fa3c commit 2545a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changesets-ci-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: steps.get-artifact.outputs.result == 'true' && steps.source-run-info.outputs.pullRequestNumber
with:
pr_number: ${{ steps.source-run-info.outputs.pullRequestNumber }}
comment_includes: "⚠️ 🦋 **Changesets Warning:**"
comment_tag: "changesets-warning"
message: |
⚠️ 🦋 **Changesets Warning:** This PR has changes to public npm packages, but does not contain a changeset. You can create a changeset easily by running `pnpm changeset`, and following the prompts. If your change does not need a changeset (e.g. a documentation-only change), you can ignore this message. This warning will be removed when a changeset is added to this pull request.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wallet-ext-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: steps.get-artifact.outputs.result != ''
with:
pr_number: ${{ steps.source-run-info.outputs.pullRequestNumber }}
comment_includes: "💳 Wallet Extension"
comment_tag: "wallet-extension"
message: |
💳 Wallet Extension has been built, you can download the packaged extension here: ${{steps.get-artifact.outputs.result}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2545a1c

Please sign in to comment.