Add or remove label. Pull requests and Issues are supported.
Github token.
Labels for edit.
If you want to specify multiple labels,
please set a comma-separated string
Label for edit.
This property is for compatibility with v1
add
or remove
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.