From 16e8cf5267606cd72a31b0335316c5a992220c52 Mon Sep 17 00:00:00 2001 From: Oto Macenauer <112095903+oto-macenauer-absa@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:52:16 +0200 Subject: [PATCH] Update branch pattern to include 'feat' and 'fix' prefix --- .github/workflows/pr-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-requirements.yml b/.github/workflows/pr-requirements.yml index 0d1034f..1dec647 100644 --- a/.github/workflows/pr-requirements.yml +++ b/.github/workflows/pr-requirements.yml @@ -46,6 +46,6 @@ jobs: description-min-length: "20" # Branch names this repo uses; the char class allows the extra path # segments in dependabot branches (e.g. dependabot/npm_and_yarn/…). - branch-pattern: "^(feature|bugfix|hotfix|release|support|chore|docs|ci|test|dependabot)/[a-zA-Z0-9._/-]+$" + branch-pattern: "^(feat|feature|fix|bugfix|hotfix|release|support|chore|docs|ci|test|dependabot)/[a-zA-Z0-9._/-]+$" max-files-changed: "50" allowed-target-branches: "master"