From 126281f0d35e5202d2d2494fcc403a673df40121 Mon Sep 17 00:00:00 2001 From: dreamwasp Date: Wed, 8 May 2024 13:35:14 -0400 Subject: [PATCH] fix: pr-title GHA --- .github/workflows/pr-title.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 8c2c8cc47c..eb5cc08a38 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -15,11 +15,8 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.user.login != 'dependabot[bot]' steps: - - uses: aslafy-z/conventional-pr-title-action@v3.1.1 - with: - success-state: Title follows the specification - failure-state: Title does not follow the specification - context-name: conventional-pr-title - preset: conventional-changelog-conventionalcommits@latest + - uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }} + with: + wip: true