Skip to content

Commit

Permalink
feat: opt changeset check ci (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang authored Dec 31, 2023
1 parent 6262ce6 commit 5eb7c51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/changeset-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,16 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
## @${{ github.actor }}, 本次 PR 的更改包含 major 变更,请确认是否符合预期。
## 🚨 @${{ github.actor }}, 本次 PR 的更改包含 major 变更,请确认是否符合预期。
___
## @${{ github.actor }}, this PR contains major changes, please confirm if it is as expected.
## 🚨 @${{ github.actor }}, this PR contains major changes, please confirm if it is as expected.
```diff
${{ steps.check_changeset.outputs.comment }}
```
<!-- AUTO_CHANGESET_CHECK_HOOK -->
body-include: '<!-- AUTO_CHANGESET_CHECK_HOOK -->'
number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 5eb7c51

Please sign in to comment.