mirror of
https://github.com/coredns/coredns.git
synced 2025-11-30 07:34:02 -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/make.doc.yml
vendored
2
.github/workflows/make.doc.yml
vendored
@@ -38,6 +38,6 @@ jobs:
|
||||
run: |
|
||||
git add .
|
||||
if output=$(git status --porcelain) && [ ! -z "$output" ]; then
|
||||
git commit -m 'auto make -f Makefile.doc'
|
||||
git commit -s -m 'auto make -f Makefile.doc'
|
||||
git push
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user