approve
The approve plugin implements a pull request approval process that manages the 'approved' label and an approval notification comment.
backport-verifier
external plugin
The backport validation plugin is used to validate that backports come from merged PRs in a configured upstream repository.
blunderbuss
The blunderbuss plugin automatically requests reviews from reviewers when a new PR is created.
cherrypick
external plugin
The cherrypick plugin is used for cherrypicking PRs across branches.
help
The help plugin provides commands that add or remove the 'help wanted' and the 'good first issue' labels from issues.
hold
The hold plugin allows anyone to add or remove the 'do-not-merge/hold' Label from a pull request in order to temporarily prevent the PR from merging without withholding approval.
lgtm
The lgtm plugin manages the application and removal of the 'lgtm' (Looks Good To Me) label which is typically used to gate merging.
multi-pr-prow-plugin
external plugin
The multi-pr-prow-plugin triggers the requested test against source(s) built from the origin PR and the requested additional PRs
needs-rebase
external plugin
The needs-rebase plugin manages the 'needs-rebase' label by removing it from Pull Requests that are mergeable and adding it to those which are not.
payload-testing-prow-plugin
external plugin
The payload-testing plugin triggers a run of specified release qualification jobs against PR code
retitle
The retitle plugin allows users to re-title pull requests and issues where GitHub permissions don't allow them to.
size
The size plugin manages the 'size/*' labels, maintaining the appropriate label on each pull request as it is updated.
skip
The skip plugin allows users to clean up GitHub stale commit statuses for non-blocking jobs on a PR.
transfer-issue
The transfer-issue plugin transfers a GitHub issue from one repo to another in the same organization.
verify-owners
The verify-owners plugin validates OWNERS and OWNERS_ALIASES files (by default) and ensures that they always contain collaborators of the org, if they are modified in a PR.
wip
The wip (Work In Progress) plugin applies the 'do-not-merge/work-in-progress' Label to pull requests whose title starts with 'WIP' or are in the 'draft' stage, and removes it from pull requests when they remove the title prefix or become ready for review.