Skip to content

chore: bump pytest from 9.0.3 to 9.1.1 in the testing group across 1 directory #243

chore: bump pytest from 9.0.3 to 9.1.1 in the testing group across 1 directory

chore: bump pytest from 9.0.3 to 9.1.1 in the testing group across 1 directory #243

Workflow file for this run

name: PR Title
on:
push:
branches: ["release-please--**"]
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate:
name: Validate conventional commit format
if: github.event_name == 'pull_request'
runs-on: ubuntu-24.04
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
with:
types: |
feat
fix
refactor
perf
docs
test
build
ci
chore
revert
style
env:
GITHUB_TOKEN: ${{ github.token }}