From 171e0ab548bb92646a0caf9a1299247ecb276f45 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Wed, 30 Jul 2025 14:59:42 -0500 Subject: [PATCH] chore: Be more leniant with documentation commit messages --- .github/workflows/conventional_commits.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conventional_commits.yaml b/.github/workflows/conventional_commits.yaml index 25469a2..6315812 100644 --- a/.github/workflows/conventional_commits.yaml +++ b/.github/workflows/conventional_commits.yaml @@ -22,7 +22,7 @@ jobs: # Added types to this: # * eyes - For observability related changes # * sec - For security related changes - allowed-commit-types: "build,chore,ci,docs,eyes,feat,fix,perf,refactor,revert,sec,style,test" # yamllint disable-line rule:line-length + allowed-commit-types: "build,chore,ci,doc,documentation,docs,eyes,feat,fix,perf,refactor,revert,sec,style,test" # yamllint disable-line rule:line-length conventional_pr_title: name: Validate PR title runs-on: ubuntu-latest @@ -42,6 +42,8 @@ jobs: build chore ci + doc + documentation docs eyes feat