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
This is an issue to track adding merge queue branch protection support. This is currently not possible because it is not supported by GitHub's API. I figured it might be helpful to have an issue to track it nonetheless.
AFAIK, it should be OK for admins to manually set this even if the repo is managed in the team database. It looks like update_branch_protection should be compatible. I have not tested this, yet, since all merge-queue repos I know of aren't tracked, yet.
The text was updated successfully, but these errors were encountered:
They mention API support being "near future". I don't know if that means for rulesets or branch protections. I have the feeling that GitHub is pushing people towards rulesets and away from branch protections, so I'm not sure if they will both be fully supported.
Merge queues + rulesets are now stabilized, and available via the GraphQL API. I continue to believe that GitHub will not be backporting new features to branch protections. Updating sync-team to use rulesets is probably not easy, though.
This is an issue to track adding merge queue branch protection support. This is currently not possible because it is not supported by GitHub's API. I figured it might be helpful to have an issue to track it nonetheless.
There are open requests for this at:
AFAIK, it should be OK for admins to manually set this even if the repo is managed in the team database. It looks like
update_branch_protection
should be compatible. I have not tested this, yet, since all merge-queue repos I know of aren't tracked, yet.The text was updated successfully, but these errors were encountered: