Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1010 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 1010 Bytes

Codeball Labeler

This action sets labels on the Pull Request.

Inputs

GITHUB_TOKEN (optional)

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 }}'

name (required)

The name of the label to set. If no label with this name exists, it will be created.

color (optional)

The color of the label.

Default: "008E43"

description (optional)

The description of the label.

Default: "Codeball"

remove-label-names (optional)

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: ""

Outputs

This action has no outputs