Skip to content

Commit c10f030

Browse files
authored
chore: allow branch names starting with create-pull-request/ (#231)
Add allow_branch_names to commit-check.toml so that branches created by actions like peter-evans/create-pull-request (e.g., create-pull-request/patch) pass the conventional branch validation. Closes #225
1 parent 689db77 commit c10f030

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

commit-check.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ inherit_from = "github:commit-check/.github:commit-check.toml"
22

33
[branch]
44
require_rebase_target = "origin/main"
5+
allow_branch_names = ["create-pull-request/.+"]

0 commit comments

Comments
 (0)