From 5a8d522f3feacb12fc42b29be913255f53d9a46d Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Tue, 18 Nov 2025 23:33:15 +0400 Subject: [PATCH 1/2] fix(ci): fix conventional commit script execution in GitHub Actions --- .github/workflows/conventional-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index ded67e7..75569d0 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -3,7 +3,7 @@ on: pull_request: branches: - main - - master + - dev types: - opened - edited From 2defca27ceeea7c0fc463b3e6f1b0995ba5bce3f Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Tue, 18 Nov 2025 23:35:54 +0400 Subject: [PATCH 2/2] chroe(changelog): update `CHANGELOG.md` --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f52c1..25248a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ All notable changes to this project will be documented in this file. - Update `dependabot.yml` - Updated in Pull Request [#28](https://github.com/space-code/validator/pull/28). +#### Fixed +- Fix conventional commit script execution in GitHub Actions + - Fixed in Pull Request [#29](https://github.com/space-code/validator/pull/29). + ## [1.2.0](https://github.com/space-code/validator/releases/tag/1.2.0) Released on 2025-11-13.