Skip to content

Commit 3cc6744

Browse files
authored
fix(ci): fix conventional commit script execution in GitHub Actions (#29)
1 parent e68092f commit 3cc6744

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/conventional-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches:
55
- main
6-
- master
6+
- dev
77
types:
88
- opened
99
- edited

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ All notable changes to this project will be documented in this file.
2424
- Update `dependabot.yml`
2525
- Updated in Pull Request [#28](https://github.com/space-code/validator/pull/28).
2626

27+
#### Fixed
28+
- Fix conventional commit script execution in GitHub Actions
29+
- Fixed in Pull Request [#29](https://github.com/space-code/validator/pull/29).
30+
2731
## [1.2.0](https://github.com/space-code/validator/releases/tag/1.2.0)
2832
Released on 2025-11-13.
2933

0 commit comments

Comments
 (0)