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
homu has a command closed @bors treeclosed=<p> and @bors treeclosed-, which close and open the tree, respectively.
A closed for priority P tree means that no PR with priority less than P won't be attempted to be merged.
Bors can't currently do merges, but we could implement parsing of the command, checking of permissions etc. We will also need to store this information in the DB somewhere, because it is attached to a repository, rather than to a PR, so we will need to represent repositories in the DB somehow.
It would be great to check out how homu does this.
The text was updated successfully, but these errors were encountered:
homu has a command closed
@bors treeclosed=<p>
and@bors treeclosed-
, which close and open the tree, respectively.A closed for priority P tree means that no PR with priority less than P won't be attempted to be merged.
Bors can't currently do merges, but we could implement parsing of the command, checking of permissions etc. We will also need to store this information in the DB somewhere, because it is attached to a repository, rather than to a PR, so we will need to represent repositories in the DB somehow.
It would be great to check out how homu does this.
The text was updated successfully, but these errors were encountered: