mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 23:38:31 +00:00
Merge pull request #4597 from bergwolf/github/action
action: revert commit message limit to 150 bytes
This commit is contained in:
commit
be68cf0712
4
.github/workflows/commit-message-check.yaml
vendored
4
.github/workflows/commit-message-check.yaml
vendored
@ -75,8 +75,8 @@ jobs:
|
|||||||
#
|
#
|
||||||
# - A SoB comment can be any length (as it is unreasonable to penalise
|
# - A SoB comment can be any length (as it is unreasonable to penalise
|
||||||
# people with long names/email addresses :)
|
# people with long names/email addresses :)
|
||||||
pattern: '^.+(\n([a-zA-Z].{0,72}|[^a-zA-Z\n].*|[^\s\n]*|Signed-off-by:.*|))+$'
|
pattern: '^.+(\n([a-zA-Z].{0,150}|[^a-zA-Z\n].*|[^\s\n]*|Signed-off-by:.*|))+$'
|
||||||
error: 'Body line too long (max 72)'
|
error: 'Body line too long (max 150)'
|
||||||
post_error: ${{ env.error_msg }}
|
post_error: ${{ env.error_msg }}
|
||||||
|
|
||||||
- name: Check Fixes
|
- name: Check Fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user