Skip to content

feat(core): Support Laravel #1

feat(core): Support Laravel

feat(core): Support Laravel #1

Workflow file for this run

name: Lint Branch
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
name: Validate branch name
steps:
- name: Lint branch name
uses: lekterable/[email protected]
with:
allowed: |
/(bugfix|hotfix|feature)\/[a-zA-Z]+-\d{1,10}(?:-[^\/]+)?$/i
errorMessage: 'The allowed prefixs for branch name are (bugfix|hotfix|feature)'
startAfter: '2023-12-03 00:00:00'