Open
Description
This tracking issue enumerates (known) differences between the new bors and the original homu repository. We can decide later whether to keep the differences or keep compatibility with homu.
Note that this list is incomplete!
- Setting priority of PRs requires
review
permissions in bors, buttry
in homu. - bors does not implement
max_priority
option of pull requests. - Repository name is included in the commit message
- Include repo name in merge commit #166
- This might require fixing some third-party tools that depend on the homu commit message format.
- Delegation only allows
delegate+
anddelegate-
, not delegating to a specific user.