Skip to content

JEFuller/action-edit-label

 
 

Repository files navigation

Action Edit Label

actions-workflow-test release license

This is a GitHub Action to edit a GitHub Issues label.

Inputs

NAME DESCRIPTION TYPE REQUIRED DEFAULT
github_token A GitHub token. string false ${{ github.token }}
label The label name to be edited
new_name The new name of the label. Emoji can be added to label names, using either native emoji or colon-style markup
color The hexadecimal color code for the label, without the leading #.
description A short description of the label.

License

Copyright 2021 The Actions Ecosystem Authors.

Action Add label is released under the Apache License 2.0.

Packages

No packages published

Languages

  • TypeScript 78.9%
  • JavaScript 21.1%