Skip to content

General: Fix documentation and add markdown support #66

General: Fix documentation and add markdown support

General: Fix documentation and add markdown support #66

name: Validate PR Title
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: Slashgear/[email protected]
with:
regexp: '^`(Development|General)`:\s[A-Z].*$'