github · GitHub Actions Docs
Actions Adding labels to issues - GitHub Docs
A tutorial on automating the process of adding labels to GitHub issues using GitHub Actions workflows.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Adding labels to issues - GitHub Docs
A tutorial on automating the process of adding labels to GitHub issues using GitHub Actions workflows.
When To Use
Use when you need to automate the categorization of GitHub issues by programmatically applying labels through a workflow.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-manage-your-work-add-labels-to-issues-adding-github-docs-workflow-guide.md | A tutorial guide explaining how to create a GitHub Actions workflow to automatically add labels to issues. | Questions about a tutorial guide explaining how to create a GitHub Actions workflow to automatically add labels to issues. |
examples/actions-manage-your-work-add-labels-to-issues-adding-github-docs-github-.text | A GitHub Actions workflow YAML configuration that uses the GitHub CLI to automatically add a triage label to newly opened or reopened issues. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration that uses the GitHub CLI to automatically add a triage label to newly op... |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Manage your work / - Add labels to issues
- Main sections:
In this article,Introduction,Creating the workflow,Testing the workflow,Next steps.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/tutorials/manage-your-work/add-labels-to-issues
