From 6c989007421c87790b129e96e425ee5fabd61e0b Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Wed, 18 Sep 2024 17:33:17 -0400 Subject: [PATCH] ci: enable sign-off for auto commits Signed-off-by: Khosrow Moossavi --- .github/workflows/release.yml | 1 + .github/workflows/update-tfdocs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1839233..7c0c9b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,7 @@ jobs: commit_user_name: terraform-docs-bot commit_user_email: bot@terraform-docs.io commit_author: "terraform-docs-bot " + commit_options: "--signoff" docker: runs-on: ubuntu-latest diff --git a/.github/workflows/update-tfdocs.yml b/.github/workflows/update-tfdocs.yml index 16e15c2..3c06bb3 100644 --- a/.github/workflows/update-tfdocs.yml +++ b/.github/workflows/update-tfdocs.yml @@ -56,3 +56,4 @@ jobs: commit_user_name: terraform-docs-bot commit_user_email: bot@terraform-docs.io commit_author: "terraform-docs-bot " + commit_options: "--signoff"