Skip to content

chore: pip: Bump setuptools from 68.0.0 to 70.0.0 #765

chore: pip: Bump setuptools from 68.0.0 to 70.0.0

chore: pip: Bump setuptools from 68.0.0 to 70.0.0 #765

Workflow file for this run

# This lints PR titles to ensure they follow semver title conventions. This allows semver to know what kind of patch to create
name: PR Title Lint
on:
pull_request:
branches: [ main ]
types:
- opened
- edited
- reopened
jobs:
check_pr_title:
runs-on: ubuntu-latest
steps:
- uses: morrisoncole/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
title-regex: "(chore|style|test|feat|fix|docs|ci): .+"
on-failed-regex-fail-action: true