From 5ae67f1cd050e162e2bb22f161e03fad10f26506 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Thu, 10 Mar 2022 14:32:06 -0500 Subject: [PATCH] [CI] Fix DCO in support rotation bump PRs Signed-off-by: JP Simard --- .github/workflows/bump_support_rotation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump_support_rotation.yml b/.github/workflows/bump_support_rotation.yml index ae7f06c72b..036358072e 100644 --- a/.github/workflows/bump_support_rotation.yml +++ b/.github/workflows/bump_support_rotation.yml @@ -21,7 +21,10 @@ jobs: with: token: ${{ secrets.CREDENTIALS_GITHUB_PUSH_TOKEN }} title: Bump Lyft Support Rotation - commit-message: Bump Lyft Support Rotation + commit-message: | + Bump Lyft Support Rotation + + Signed-off-by: GitHub Action committer: GitHub Action base: main delete-branch: true