You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-rollups (rolling up with a very similar set of PRs, because one of them failed or so) are currently quite painful. It would be great to get better support from bors for that.
@pietroalbini had a great idea for this that does not require extra server-side state:
When the PR message is generated include an URL to the queue page with the list of PRs included in the rollup in the query string. You'll need to gather the current base URL for that (you can add a field in the configuration for it).
In the queue page extract the list of PRs from the query string (if present), and pass it to the template. In the template check the checkbox if the PR is in the list.
If you have any questions feel free to ping me or ask on Zulip!
Re-rollups (rolling up with a very similar set of PRs, because one of them failed or so) are currently quite painful. It would be great to get better support from bors for that.
@pietroalbini had a great idea for this that does not require extra server-side state:
The text was updated successfully, but these errors were encountered: