Add workflow to update latest and default branches#311
Add workflow to update latest and default branches#311KyleFromNVIDIA merged 16 commits intobranch-25.04from
latest and default branches#311Conversation
bdice
left a comment
There was a problem hiding this comment.
This looks like a good start. It seems the actual update step is still TODO?
From a policy perspective, here is the behavior I am expecting.
latestshould point to the latest-available branch, like 25.06 right now (even though it is not yet the default branch)defaultshould point to the current default branch, like 25.04 right now
Most of the development cycle, latest and default will be the same. When burndown begins, latest will point to the newly created branch.
bdice
left a comment
There was a problem hiding this comment.
I left a couple suggestions but I am okay with the current state, if you disagree with my proposals or don't think they are worthwhile improvements. I'll approve this but am happy to take a second pass later.
This reverts commit 03efcba.
bdice
left a comment
There was a problem hiding this comment.
Love it! This is really nice.
|
@KyleFromNVIDIA Following up on this -- is there an issue tracking how this will be rolled out / used in RAPIDS? I don't see one cross-linked here. |
|
Looks like I'd already opened #320. |
|
Oh, but we also realized that the token in the workflow won't have permission to push to protected branches, and we need an app or something. |
Tested in rapidsai/cudf#18308.