Warning
This repository is archived and no longer maintained.
There is no replacement action. Workflows that still need to remove a label
should call gh issue edit NUMBER --remove-label LABEL directly. Baseline
Telegram workflows do not mutate issue labels.
This action get issue labels via gh client
Here's an example of how to use this action in a workflow file:
name: Example Workflowjobs:
lint:
name: Lintruns-on: ubuntu-latestpermissions:
issues: writesteps:
- name: Remove Labeluses: rubycats-com/issue-remove-label-action@mainwith:
number: ${{ github.event.issue.number }}label: 'research'| Input | Required | Description |
|---|---|---|
number | true | Issue id |
label | true | Label title |
No outputs in this action