Skip to content

[PATCH] Add py.typed file #64

[PATCH] Add py.typed file

[PATCH] Add py.typed file #64

name: PR title check
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
jobs:
pr_title_check:
runs-on: ubuntu-latest
name: Check PR title
steps:
- name: Check PR title
uses: Slashgear/[email protected]
with:
regexp: '^((\[MAJOR\])|(\[MINOR\])|(\[PATCH\])|(\[CONFIG\])).+$'