This repository was archived by the owner on Mar 20, 2024. It is now read-only.
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
retry does not work when treeclosed #139
Open
Description
(Tried on rust-lang/rust's bors, not sure how updated is that)
Repro steps:
- Close the tree with
treeclosed=1
- Let all pending PRs finish.
- Select a failed PR and give it
p=2
. - Send a
retry
Expected:
- Homu should create a merge commit and move the PR to "pending" state
Actual:
- The PR's state becomes "approved", but nothing else happens.
Note: The PR will start immediately after issuing a treeclosed-
.
Metadata
Metadata
Assignees
Labels
No labels