From 44acdc5e4bea6dc413a234cad14d0aa4725d64cc Mon Sep 17 00:00:00 2001 From: Ben McLean Date: Mon, 4 Mar 2024 21:02:10 +1100 Subject: [PATCH] Support non-standard branch types --- .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 41f3d7fa..60fccdce 100644 --- a/.github/workflows/branch-name.yml +++ b/.github/workflows/branch-name.yml @@ -21,4 +21,4 @@ jobs: if: github.ref_type == 'branch' || github.ref_type == 'pull_request' with: token: ${{ secrets.GITHUB_TOKEN }} - regex: '^(([a-z\-0-9]+)\/((features?)|((bug|hot)?fix(es)?)|(support))|(release))\/([a-z\-0-9]+)$' \ No newline at end of file + regex: '^(([a-z\-0-9]+)\/((features?)|((bug|hot)?fix(es)?)|(support)|(documentation)|(meta))|(release))\/([a-z\-0-9]+)$' \ No newline at end of file