From 05b4dc82372e4398dd9698b671fc3e4ce5c6253e Mon Sep 17 00:00:00 2001 From: JP Simard Date: Mon, 27 Jun 2022 17:36:51 -0400 Subject: [PATCH] ci: change submodule_update PR branch name to use a timestamp strategy To prevent it from force-pushing to an existing branch like it did in https://github.com/envoyproxy/envoy-mobile/pull/2373 Signed-off-by: JP Simard --- .github/workflows/submodule_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submodule_update.yml b/.github/workflows/submodule_update.yml index bafca71b22..b218a40e24 100644 --- a/.github/workflows/submodule_update.yml +++ b/.github/workflows/submodule_update.yml @@ -46,5 +46,5 @@ jobs: base: main delete-branch: true branch: update-envoy - branch-suffix: short-commit-hash + branch-suffix: timestamp reviewers: ${{ steps.support.outputs.maintainer }}