External DocumentationTo learn more, visit the GitHub documentation.
Actions
Add Labels To Pull Request
Add labels to an issue.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Labels | An array of label names to add to the issue’s existing labels. Note: For more information about the Labels parameter, visit GitHub API documentation. |
| Owner | The account owner of the repository. The name is not case sensitive. |
| Pull Request Number | The pull request number, eg. https://github.com/{owner}/{repo}/pull/{pull request number}. |
| Repo | The name of the repository. The name is not case sensitive. |
{
"value": [
{
"color": "f29513",
"default": true,
"description": "Something isn't working",
"id": 208045946,
"name": "bug",
"node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug"
},
{
"color": "a2eeef",
"default": false,
"description": "New feature or request",
"id": 208045947,
"name": "enhancement",
"node_id": "MDU6TGFiZWwyMDgwNDU5NDc=",
"url": "https://api.github.com/repos/octocat/Hello-World/labels/enhancement"
}
]
}
Was this page helpful?