Commit d2411b6
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments