From 134d3c81b78a4fa5f8c026062887d845b4d1f353 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 6 Sep 2023 11:41:37 -0700 Subject: [PATCH] chore: configure conventional commit checker --- .github/conventional-commit-lint.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/conventional-commit-lint.yaml diff --git a/.github/conventional-commit-lint.yaml b/.github/conventional-commit-lint.yaml new file mode 100644 index 00000000..0c96b611 --- /dev/null +++ b/.github/conventional-commit-lint.yaml @@ -0,0 +1,2 @@ +always_check_pr_title: true +