Skip to content

[MINOR] Add support for the remaining .gitmodules attributes #66

[MINOR] Add support for the remaining .gitmodules attributes

[MINOR] Add support for the remaining .gitmodules attributes #66

Workflow file for this run

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/action-check-pr-title@v3.0.0
with:
regexp: '^((\[MAJOR\])|(\[MINOR\])|(\[PATCH\])|(\[CONFIG\])).+$'