From d6456ec33d3fd0aeec2df309ccc5953f511b1c63 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Thu, 28 Mar 2024 11:36:36 -0700 Subject: [PATCH] ci: Add DCO to sync-proxy commits (#12364) Signed-off-by: Mark S --- .github/workflows/sync-proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-proxy.yml b/.github/workflows/sync-proxy.yml index 696a48b52daf2..a213b8ddbb67d 100644 --- a/.github/workflows/sync-proxy.yml +++ b/.github/workflows/sync-proxy.yml @@ -113,7 +113,7 @@ jobs: echo echo "Release notes: $URL" ) >"$RUNNER_TEMP"/commit.txt - git commit -F "$RUNNER_TEMP"/commit.txt + git commit --signoff -F "$RUNNER_TEMP"/commit.txt git push origin bot/sync-proxy/"$VERSION" - env: GH_REPO: ${{ github.repository }}