Skip to main content

github.updateissueprops.labels

Home > @runlightyear/github > UpdateIssueProps > labels

UpdateIssueProps.labels property

Labels to associate with this issue. Pass one or more Labels to replace the set of Labels on this Issue. Send an empty array ([]) to clear all Labels from the Issue.

NOTE: Only users with push access can set labels for issues. Labels are silently dropped otherwise.

Signature:
labels?: Array<string> | Array<object>;