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
# Refer to https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches
263
263
# for information on how branch protections work.
264
+
#
265
+
# The behavior depends on whether or not bors is enabled.
266
+
# If bors is not enabled, then this requires at least one approving review
267
+
# (via GitHub's PR UI).
268
+
# If bors is enabled, approvals via GitHub's UI is not required (since we
269
+
# count the `@bors r+` comment as an approval). Also, bors will be added to
270
+
# the "allowed pushers".
271
+
#
272
+
# Users with the "maintain" role or admins are allowed to merge PRs via the
273
+
# GitHub UI. If you have bors enabled, you should only give users the "write"
274
+
# role so that the "Merge" button is disabled, forcing the user to use the
275
+
# `@bors r+` comment instead.
276
+
#
277
+
# The branch protection also requires a PR to push changes. You cannot push
278
+
# directly to the branch.
279
+
#
280
+
# Admins cannot override these branch protections. If an admin needs to
281
+
# do that, they will need to temporarily edit the branch protection.
264
282
[[branch-protections]]
265
283
# The pattern matching the branches to be protected (required)
0 commit comments