From 2f9dab21ef4c90bf693c07dd13b0b6c6ad371d8c Mon Sep 17 00:00:00 2001 From: Austin Rausch Date: Tue, 19 Oct 2021 15:26:31 -0400 Subject: [PATCH] fix: NO-TICKET - enable enforced semantic commits. --- .github/lifeomic-probot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lifeomic-probot.yml b/.github/lifeomic-probot.yml index 20a0b27..505881d 100644 --- a/.github/lifeomic-probot.yml +++ b/.github/lifeomic-probot.yml @@ -1 +1 @@ -enforceSemanticCommits: false +enforceSemanticCommits: true