Log in to v3
YAML
Supported on GitHub GitLab Bitbucket

Labels

Automatically add and remove labels based on the status of each review group.

Pull request label added by pullapprove

When the status of a group changes, it will apply the label for the new status and remove the label for the previous status.

version: 3
groups:
  code:
    labels:
      # Each field is optional
      approved: "Code review approved"
      pending: "Code review pending"
      rejected: "Code review rejected"

Note that the labels will be created on your repo if they don't already exist.