Skip to content
This repository was archived by the owner on Aug 12, 2026. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Get issue labels action

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

Usage

Here's an example of how to use this action in a workflow file:

name: Example Workflow
jobs:
  lint:
    name: Lint
    runs-on: ubuntu-latest
    permissions:
      issues: write
    steps:
      - name: Remove Label
        uses: rubycats-com/issue-remove-label-action@main
        with:
          number: ${{ github.event.issue.number }}
          label: 'research'

Inputs

Input Required Description
number true Issue id
label true Label title

Outputs

No outputs in this action

About

Remove issue label via gh client

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors