mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 00:05:18 -05:00
chore: modify .github/workflows/org-pr-require-conventional-commit.yml
This commit is contained in:
parent
eb15a2725a
commit
c86c957860
12
.github/workflows/org-pr-require-conventional-commit.yml
vendored
Normal file
12
.github/workflows/org-pr-require-conventional-commit.yml
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user