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
issues.review.resolved_by = marked this conversation as resolved
1755
+
issues.review.comment = Comment
1756
+
issues.review.official = Approved
1757
+
issues.review.requested = Review pending
1758
+
issues.review.rejected = Changes requested
1759
+
issues.review.stale = Updated since approval
1760
+
issues.review.unofficial = Uncounted approval
1755
1761
issues.assignee.error = Not all assignees was added due to an unexpected error.
1756
1762
issues.reference_issue.body = Body
1757
1763
issues.content_history.deleted = deleted
@@ -1825,7 +1831,8 @@ pulls.is_empty = "The changes on this branch are already on the target branch. T
1825
1831
pulls.required_status_check_failed = Some required checks were not successful.
1826
1832
pulls.required_status_check_missing = Some required checks are missing.
1827
1833
pulls.required_status_check_administrator = As an administrator, you may still merge this pull request.
1828
-
pulls.blocked_by_approvals = "This pull request doesn't have enough approvals yet. %d of %d approvals granted."
1834
+
pulls.blocked_by_approvals = "This pull request doesn't have enough required approvals yet. %d of %d official approvals granted."
1835
+
pulls.blocked_by_approvals_whitelisted = "This pull request doesn't have enough required approvals yet. %d of %d approvals granted from users or teams on the allowlist."
1829
1836
pulls.blocked_by_rejection = "This pull request has changes requested by an official reviewer."
1830
1837
pulls.blocked_by_official_review_requests = "This pull request has official review requests."
1831
1838
pulls.blocked_by_outdated_branch = "This pull request is blocked because it's outdated."
settings.protect_required_approvals_desc = Allow only to merge pull request with enough positive reviews.
2423
+
settings.protect_required_approvals_desc = Allow only to merge pull request with enough required approvals. Required approvals are either from users or teams who are on the allowlist or anyone with write access.
2417
2424
settings.protect_approvals_whitelist_enabled = Restrict approvals to allowlisted users or teams
2418
2425
settings.protect_approvals_whitelist_enabled_desc = Only reviews from allowlisted users or teams will count to the required approvals. Without approval allowlist, reviews from anyone with write access count to the required approvals.
0 commit comments