From 37dbfd0a9d5f71e45eebf9d0e468772c6c1da277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:03:10 +0000 Subject: [PATCH] chore(deps): bump aslafy-z/conventional-pr-title-action Bumps [aslafy-z/conventional-pr-title-action](https://github.com/aslafy-z/conventional-pr-title-action) from 2.4.4 to 3.2.0. - [Release notes](https://github.com/aslafy-z/conventional-pr-title-action/releases) - [Changelog](https://github.com/aslafy-z/conventional-pr-title-action/blob/main/release.config.js) - [Commits](https://github.com/aslafy-z/conventional-pr-title-action/compare/v2.4.4...v3.2.0) --- updated-dependencies: - dependency-name: aslafy-z/conventional-pr-title-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 2d4f44c..e68820d 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -36,7 +36,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Check title if: ${{env.semantic_enabled}} == true - uses: aslafy-z/conventional-pr-title-action@v2.4.4 + uses: aslafy-z/conventional-pr-title-action@v3.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}