github · GitHub Actions Docs
Actions Closing inactive issues - GitHub Docs
Automate the process of closing GitHub issues that have been inactive for a specific period using a GitHub Actions workflow.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Closing inactive issues - GitHub Docs
Automate the process of closing GitHub issues that have been inactive for a specific period using a GitHub Actions workflow.
When To Use
Use when you need to implement an automated maintenance workflow to keep a repository clean by closing stale or inactive issues.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-manage-your-work-close-inactive-issues-closing-github-docs-workflow-guide.md | A GitHub Actions workflow configuration for automatically commenting on and closing issues that have been inactive for a specified period. | Questions about a GitHub Actions workflow configuration for automatically commenting on and closing issues that have been inactive fo... |
examples/actions-manage-your-work-close-inactive-issues-closing-github-docs-githu.text | A GitHub Actions workflow configuration using the stale action to automatically label and close inactive issues based on a schedule. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow configuration using the stale action to automatically label and close inactive issues based... |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Manage your work / - Close inactive issues
- Main sections:
In this article,Introduction,Creating the workflow,Expected results,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/close-inactive-issues
