chore: modify .github/workflows/org-pr-require-conventional-commit.yml

This commit is contained in:
immich-tofu[bot] 2025-09-15 17:27:51 +00:00 committed by GitHub
parent eb15a2725a
commit c86c957860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
name: PR Conventional Commit
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
name: Validate PR Title (conventional commit)
uses: immich-app/devtools/.github/workflows/shared-pr-require-conventional-commit.yml@main
permissions:
pull-requests: write