mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
12 lines
318 B
YAML
12 lines
318 B
YAML
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
|