From eeb0bade9fb582921a71aa35189f6a061dc97ae6 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Fri, 31 May 2024 15:57:25 -0700 Subject: [PATCH] ci: updates conventional pr action to v4 --- .github/workflows/conventional-commits.yml | 3 +-- docs/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 96ccec23..21b108ba 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,11 +11,10 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: dfinity/conventional-pr-title-action@v3.2.0 + - uses: dfinity/conventional-pr-title-action@v4.0.0 with: success-state: Title follows the specification. failure-state: Title does not follow the specification. context-name: conventional-pr-title - preset: conventional-changelog-angular@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index abc70799..be888b97 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,7 @@ ### Changed +- chore: updates dfinity/conventional-pr-title-action to v4.0.0 - chore: updates dfinity/conventional-pr-title-action to v3.2.0 ## [1.3.0] - 2024-05-01