Skip to content

fix: bump flake8-bugbear from 24.1.17 to 24.12.12 #199

fix: bump flake8-bugbear from 24.1.17 to 24.12.12

fix: bump flake8-bugbear from 24.1.17 to 24.12.12 #199

name: "Semantic PR Check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}