Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-manage-your-work-add-labels-to-issues-adding-github-docs-workflow-guide.mdA 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-.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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