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