From e701c0e7e8ae44f3fc63572e4c9934caf96b5dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 02:15:26 +0000 Subject: [PATCH] maint(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.2.3 to 2.2.5. - [Release notes](https://github.com/aslafy-z/conventional-pr-title-action/releases) - [Changelog](https://github.com/aslafy-z/conventional-pr-title-action/blob/master/release.config.js) - [Commits](https://github.com/aslafy-z/conventional-pr-title-action/compare/v2.2.3...v2.2.5) --- updated-dependencies: - dependency-name: aslafy-z/conventional-pr-title-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 1e2d829a..e0aaaa82 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -41,7 +41,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Check title if: ${{env.semantic_enabled}} == true - uses: aslafy-z/conventional-pr-title-action@v2.2.3 + uses: aslafy-z/conventional-pr-title-action@v2.2.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}