Skip to content

Update dependency ruff to ^0.9.4 - autoclosed #830

Update dependency ruff to ^0.9.4 - autoclosed

Update dependency ruff to ^0.9.4 - autoclosed #830

Workflow file for this run

# cspell:ignore deepakputhraya dependabot
name: PR
on:
pull_request:
jobs:
enforce-branch-name:
name: Enforce Branch Name
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-branch-name@v1.0.0
with:
regex: ([a-z])+\/([a-zA-Z0-9\-\_])+
allowed_prefixes: bugfix,chore,dependabot,docs,feat,feature,fix,hotfix,maint,maintain,maintenance,release,renovate
ignore: master,release,develop