Skip to content

Commit 6c98900

Browse files
committed
ci: enable sign-off for auto commits
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent 752705d commit 6c98900

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
commit_user_name: terraform-docs-bot
5252
commit_user_email: bot@terraform-docs.io
5353
commit_author: "terraform-docs-bot <bot@terraform-docs.io>"
54+
commit_options: "--signoff"
5455

5556
docker:
5657
runs-on: ubuntu-latest

.github/workflows/update-tfdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ jobs:
5656
commit_user_name: terraform-docs-bot
5757
commit_user_email: bot@terraform-docs.io
5858
commit_author: "terraform-docs-bot <bot@terraform-docs.io>"
59+
commit_options: "--signoff"

0 commit comments

Comments
 (0)