This action sets labels on the Pull Request.
Default to {{ github.token }}. This is the default GitHub token available to actions and is used to run Codeball and to post the result. The default token permissions (https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions) work fine.
Default: '${{ github.token }}'
The name of the label to set. If no label with this name exists, it will be created.
The color of the label.
Default: "008E43"
The description of the label.
Default: "Codeball"
A comma separated list of label names to remove from the Pull Request.
For example if a previous execution added a label called "rejected", and it's now approved, you can remove the label "rejected" when adding the "approved" label.
Default: ""
This action has no outputs