PR wranglers
SIG Docs approvers take week-long shifts
This section covers the duties of a PR wrangler. For more information on giving good reviews, see Reviewing changes. Each day in a week-long shift as PR Wrangler: The following queries are helpful when wrangling.
After working through these queries, the remaining list of PRs to review is usually small.
These queries exclude localization PRs. All queries are against the main branch except the last one. Reviews and approvals are one tool to keep our PR queue short and current. Another tool is closure. Close PRs where: The author hasn't signed the CLA for two weeks. Authors can reopen the PR after signing the CLA. This is a low-risk way to make sure nothing gets merged without a signed CLA. The author has not responded to comments or feedback in 2 or more weeks. Don't be afraid to close pull requests. Contributors can easily reopen and resume works in progress. Often a closure notice is what spurs an author to resume and finish their contribution. To close a pull request, leave a In late 2021, SIG Docs introduced the PR Wrangler Shadow Program. The program was introduced to help new contributors understand the PR wrangling process. If you are interested in shadowing as a PR wrangler, please visit the
Others can reach out on the . Once you've signed up to shadow a PR Wrangler, introduce yourself to the PR Wrangler on the Kubernetes Slack.Duties
size/XS
) first, and end with the largest (size/XXL
). Review as many PRs as you can./approve
comment to approve a PR for merging. Merge the PR when ready.
/lgtm
comment from another member before merging.Helpful GitHub queries for wranglers
/approve
comment to merge.dev-
branch, it's for an upcoming release. Assign the . If the PR is against an old branch, help the author figure out whether it's targeted against the best branch.Helpful Prow commands for wranglers
# add English label
/language en
# add squash label to PR if more than one commit
/label tide/merge-method-squash
# retitle a PR via Prow (such as a work-in-progress [WIP] or better detail of PR)
/retitle [WIP] <TITLE>
When to close Pull Requests
/close
comment on the PR.PR Wrangler shadow program
Become a shadow