mirror of
https://github.com/coredns/coredns.git
synced 2025-12-04 01:15:11 -05:00
workflow: sign commits (#4526)
This doesn't do much, but at least it doesn't litter PRs with non-signed commits. This should keep the DCO clean(er) Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
2
.github/workflows/whitespace.yml
vendored
2
.github/workflows/whitespace.yml
vendored
@@ -31,6 +31,6 @@ jobs:
|
||||
run: |
|
||||
git add .
|
||||
if output=$(git status --porcelain) && [ ! -z "$output" ]; then
|
||||
git commit -m 'auto remove trailing whitespaces'
|
||||
git commit -s -m 'auto remove trailing whitespaces'
|
||||
git push
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user