Skip to content

General: Update docker/setup-buildx-action to v4 #1166

General: Update docker/setup-buildx-action to v4

General: Update docker/setup-buildx-action to v4 #1166

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/action-check-pr-title@v5.0.1
with:
regexp: '^`(Usability|Performance|Development|General)`:\s[A-Z].*$'