From 877a1a20cc5a3505c146ffff027c495794495f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 14 Jun 2024 19:34:59 +0800 Subject: [PATCH] ci: upgrade beemojs/conventional-pr-action v3 (#163) --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d43fa53..3df255d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,8 +12,8 @@ jobs: with: persist-credentials: false - uses: actions/setup-node@v3 - - uses: beemojs/conventional-pr-action@v2 + - uses: beemojs/conventional-pr-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - config-preset: angular + config-preset: conventional-changelog-conventionalcommits