From c43dabfa3a80a92ec5b21da7a436ec48f339507d Mon Sep 17 00:00:00 2001 From: Shivang Shah Date: Tue, 15 Sep 2026 02:49:49 -0700 Subject: [PATCH] ci: enable commit message check Enable commit message check for PRs. Signed-off-by: Shivang Shah --- .github/workflows/qcom-preflight-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml index e9bd0ae..196396d 100644 --- a/.github/workflows/qcom-preflight-checks.yml +++ b/.github/workflows/qcom-preflight-checks.yml @@ -16,7 +16,7 @@ jobs: enable-repolinter-check: true enable-copyright-license-check: true enable-commit-email-check: true - enable-commit-msg-check: false + enable-commit-msg-check: true permissions: contents: read security-events: write \ No newline at end of file