From 180eef7b7901082773d9352e0976d2296d9ed81a Mon Sep 17 00:00:00 2001 From: Yermek Garifullanov <150758974+YermekG@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:57:02 +1300 Subject: [PATCH] chore: removed requirement of folder name in branch name (#157) --- .github/workflows/branch-name.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-name.yml b/.github/workflows/branch-name.yml index 81a679a..57bf7a2 100644 --- a/.github/workflows/branch-name.yml +++ b/.github/workflows/branch-name.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: deepakputhraya/action-branch-name@master with: - regex: '([a-z])+\/([a-z0-9.-])+' + 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