From a93c7b63ce352774f37fe35e640562b57eb434ef Mon Sep 17 00:00:00 2001 From: Yermek Garifullanov Date: Thu, 19 Dec 2024 12:20:22 +1300 Subject: [PATCH] chore: removed prefixes --- .github/workflows/branch-name.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/branch-name.yml b/.github/workflows/branch-name.yml index 57bf7a2..804238f 100644 --- a/.github/workflows/branch-name.yml +++ b/.github/workflows/branch-name.yml @@ -9,7 +9,6 @@ jobs: - uses: deepakputhraya/action-branch-name@master with: regex: '([a-z])*\/?([a-z0-9.-])+' - allowed_prefixes: 'feat,fix,build,chore,ci,docs,style,refactor,perf,test,revert,release' ignore: main min_length: 5 max_length: 50