From 2907d4b08f1551d17f3e591b12a12a471cd3aa71 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Tue, 21 May 2024 11:52:46 +0200 Subject: [PATCH 1/2] 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 From eeb0bade9fb582921a71aa35189f6a061dc97ae6 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Fri, 31 May 2024 15:57:25 -0700 Subject: [PATCH 2/2] 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 96ccec234..21b108ba1 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 abc707996..be888b974 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