Skip to content

chore(deps-dev): bump black from 25.1.0 to 25.9.0 #87

chore(deps-dev): bump black from 25.1.0 to 25.9.0

chore(deps-dev): bump black from 25.1.0 to 25.9.0 #87

Workflow file for this run

name: semantic PR title
on:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
permissions:
pull-requests: read
statuses: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
ci
docs
feat
fix
perf
refactor
test
build
requireScope: false
subjectPattern: ^.+$
wip: true