Skip to content

Add Remove Label

Actions
add or remove pull requests label
v2.0.1
Latest
Star (13)

add remove label

Add or remove label. Pull requests and Issues are supported.

Inputs

token

Github token.

labels

Labels for edit.
If you want to specify multiple labels,
please set a comma-separated string

label (deprecated)

Label for edit.
This property is for compatibility with v1

type

add or remove

Example usage

name: remove label
on:
  pull_request_review:
    types:
      - submitted
jobs:
  remove_label:
    runs-on: ubuntu-latest
    name: remove label
    steps:
      - name: removelabel
        uses: buildsville/[email protected]
        with:
          token: ${{secrets.GITHUB_TOKEN}}
          labels: WFR, ASAP
          type: remove

Add Remove Label is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

add or remove pull requests label
v2.0.1
Latest

Add Remove Label is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.