From 2907d4b08f1551d17f3e591b12a12a471cd3aa71 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Tue, 21 May 2024 11:52:46 +0200 Subject: [PATCH] chore: updates dfinity/conventional-pr-title-action to v3.2.0 --- .github/workflows/conventional-commits.yml | 2 +- docs/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 34fd7c68d..96ccec234 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,7 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: dfinity/conventional-pr-title-action@v2.2.3 + - uses: dfinity/conventional-pr-title-action@v3.2.0 with: success-state: Title follows the specification. failure-state: Title does not follow the specification. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 75facd80d..abc707996 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Changed + +- chore: updates dfinity/conventional-pr-title-action to v3.2.0 + ## [1.3.0] - 2024-05-01 ### Added