Skip to content

Commit d2411b6

Browse files
authored
Use unique branch for update-ic bot PRs (#444)
# Motivation Reusing the same branch for different PRs can be confusing when the previous PR is not merged before the next PR is created. # Changes Use `branch-suffix: timestamp` to always use a unique branch name for `update-ic` bot PRs. # Tested Not tested. We already use this in many places ([example](https://github.com/dfinity/nns-dapp/blob/89a0cd36a6de95703e8f1487a2b6548974114430/.github/workflows/update-rust.yml#L76C11-L76C35)) so I'm assuming it will work.
1 parent 5f7ed3e commit d2411b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-ic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
committer: GitHub <noreply@github.com>
6363
author: gix-bot <gix-bot@users.noreply.github.com>
6464
branch: bot-ic-update
65+
branch-suffix: timestamp
6566
delete-branch: true
6667
title: 'bot: Update IC commit'
6768
# Since the this is a scheduled job, a failure won't be shown on any

0 commit comments

Comments
 (0)