[FIX] update PR title
This commit is contained in:
parent
260a3abd13
commit
28ab6c49d4
4
.github/workflows/check-title.yml
vendored
4
.github/workflows/check-title.yml
vendored
@ -9,6 +9,8 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
- ready_for_review
|
- ready_for_review
|
||||||
- reopened
|
- reopened
|
||||||
|
- labeled
|
||||||
|
- unlabeled
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-title:
|
check-title:
|
||||||
@ -17,7 +19,7 @@ jobs:
|
|||||||
- name: "Check title"
|
- name: "Check title"
|
||||||
uses: Slashgear/action-check-pr-title@v4.3.0
|
uses: Slashgear/action-check-pr-title@v4.3.0
|
||||||
with:
|
with:
|
||||||
regexp: "\\[(API,)?(API|DEV-OPS|DOC|FEAT|FIX|FIX\\-CI|STYLE)\\]( \\([A-Za-z0-9.\\-]+\\))? [A-Za-z0-9 ,.'\\-!]+$"
|
regexp: "\\[(API,)?(API|DEV-OPS|DOC|FEAT|FIX|FIX\\-CI|STYLE)\\]( \\([A-Za-z0-9.\\-/_]+\\))? [A-Za-z0-9: ,.'\\-!/_]+$"
|
||||||
helpMessage: |
|
helpMessage: |
|
||||||
Title of the PR MUST respect format: "[{TYPE}] clear description without typos in english" with {TYPE}:
|
Title of the PR MUST respect format: "[{TYPE}] clear description without typos in english" with {TYPE}:
|
||||||
* [API] Change API that permit to access on the application (un-compatibility only). This one can specifically added with [API,{TYPE}]
|
* [API] Change API that permit to access on the application (un-compatibility only). This one can specifically added with [API,{TYPE}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user