Skip to content

Metrics: Add service to track service metrics #35

Metrics: Add service to track service metrics

Metrics: Add service to track service metrics #35

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].*$'