Skip to content

Commit d32da82

Browse files
committed
chore: Be more leniant with documentation commit messages
1 parent 80683c2 commit d32da82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conventional_commits.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Added types to this:
2323
# * eyes - For observability related changes
2424
# * sec - For security related changes
25-
allowed-commit-types: "build,chore,ci,docs,eyes,feat,fix,perf,refactor,revert,sec,style,test" # yamllint disable-line rule:line-length
25+
allowed-commit-types: "build,chore,ci,doc,documentation,docs,eyes,feat,fix,perf,refactor,revert,sec,style,test" # yamllint disable-line rule:line-length
2626
conventional_pr_title:
2727
name: Validate PR title
2828
runs-on: ubuntu-latest
@@ -42,6 +42,8 @@ jobs:
4242
build
4343
chore
4444
ci
45+
doc
46+
documentation
4547
docs
4648
eyes
4749
feat

0 commit comments

Comments
 (0)