diff --git a/.github/workflows/ckeck-pr-title.yml b/.github/workflows/ckeck-pr-title.yml index d0a68af85..22944c11f 100644 --- a/.github/workflows/ckeck-pr-title.yml +++ b/.github/workflows/ckeck-pr-title.yml @@ -12,7 +12,7 @@ jobs: # check PR title - uses: deepakputhraya/action-pr-title@master with: - regex: '([a-z])+(\(([a-z\-_])+\))?!?: ([a-zA-Z ])+ (\([A-Z]+-\d+\)|\d(\.\d){2}$)' # Regex the title should match. + regex: '([a-z])+(\(([a-z\-_])+\))?!?: ([a-zA-Z-\.\d ])+ (\([A-Z]+-\d+\)|\d(\.\d){2}$)' # Regex the title should match. allowed_prefixes: 'fix,refactor,feat,docs,chore,style,test' # title should start with the given prefix disallowed_prefixes: 'feature,hotfix,doc' # title should not start with the given prefix prefix_case_sensitive: true # title prefix are case insensitive diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1e13aa435..97f039598 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ on: jobs: refused: - # Refuse if tests failed + # Do not release if tests failed runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'failure'}} steps: