mirror of
https://github.com/immich-app/immich.git
synced 2025-12-06 09:13:13 +03:00
13 lines
318 B
YAML
13 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
|