From 65c04fb2ac503eb16e2cb72caafe98d14701d25e Mon Sep 17 00:00:00 2001 From: Matthew Corfiatis <157553098+MCorfy@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:59:00 +1200 Subject: [PATCH] fix: simplify conventional commits Replace all conventional commits with feat, fix and nfc --- .github/workflows/reusable-policy-conformance.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/reusable-policy-conformance.yml b/.github/workflows/reusable-policy-conformance.yml index a12085c..8acfe20 100644 --- a/.github/workflows/reusable-policy-conformance.yml +++ b/.github/workflows/reusable-policy-conformance.yml @@ -26,16 +26,9 @@ on: required: true conventional: types: - - chore - - ci - - docs - feat - fix - - refactor - - release - - revert - - style - - test + - nfc scopes: [".*"] jobs: conform: