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 add a label should call gh issue edit NUMBER --add-label LABEL directly. Telegram notification filtering belongs to the caller before invoking the reusable workflows in rubykatzen/baseline.

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: Add Label
        uses: rubycats-com/issue-add-label-action@main
        with:
          number: ${{ github.event.issue.number }}
          label: 'delivered'

Inputs

Input Required Description
number true Issue id
label true Label title

Please make sure that label with this title is available

Outputs

No outputs in this action

About

Add issue label via gh client

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors