Skip to content

chore: SPEC0 update (Python 3.12+) #3

chore: SPEC0 update (Python 3.12+)

chore: SPEC0 update (Python 3.12+) #3

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
check:
name: Checks
runs-on: ubuntu-latest
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@v6
env: # Needs repo options: “Squash and merge” with commit message set to “PR title”
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}