Merge pull request #23084 from aparcar/pesudo
ci: no longer require real name
This commit is contained in:
commit
2c90f768b0
1 changed files with 0 additions and 8 deletions
8
.github/workflows/formal.yml
vendored
8
.github/workflows/formal.yml
vendored
|
@ -34,14 +34,6 @@ jobs:
|
|||
RET=1
|
||||
fi
|
||||
|
||||
author="$(git show -s --format=%aN $commit)"
|
||||
if echo $author | grep -q '\S\+\s\+\S\+'; then
|
||||
success "Author name ($author) seems ok"
|
||||
else
|
||||
err "Author name ($author) need to be your real name 'firstname lastname'"
|
||||
RET=1
|
||||
fi
|
||||
|
||||
subject="$(git show -s --format=%s $commit)"
|
||||
if echo "$subject" | grep -q -e '^[0-9A-Za-z,+/_-]\+: ' -e '^Revert ' -e '^CONTRIBUTING.md' -e '^README.md'; then
|
||||
success "Commit subject line seems ok ($subject)"
|
||||
|
|
Loading…
Reference in a new issue