Skip to content

Commit 41ac963

Browse files
authored
ci: enable conventional PR checks on PRs targeting release branches (#536)
* ci: enable conventional PR checks on release branches * remove release/* wildcard since release/** covers all
1 parent 2546ef2 commit 41ac963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conventional-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- master
88
- develop
9+
- release/**
910

1011
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1112
jobs:
@@ -35,4 +36,4 @@ jobs:
3536
# For work-in-progress PRs you can typically use draft pull requests from Github. However, private repositories on the free plan don't have this option and therefore this action allows you to opt-in to using the special '[WIP]' prefix to indicate this state. This will avoid the validation of the PR title and the pull request checks remain pending. Note that a second check will be reported if this is enabled.
3637
#wip: # optional
3738
# When using "Squash and merge" on a PR with only one commit, GitHub will suggest using that commit message instead of the PR title for the merge commit, and it's easy to commit this by mistake. Enable this option to also validate the commit message for one commit PRs.
38-
validateSingleCommit: true # optional
39+
validateSingleCommit: true # optional

0 commit comments

Comments
 (0)