github · GitHub Actions Docs
Actions Scheduling issue creation - GitHub Docs
Teaches how to create a GitHub Actions workflow that uses a schedule trigger to automatically create issues in a repository at specific intervals.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Scheduling issue creation - GitHub Docs
Teaches how to create a GitHub Actions workflow that uses a schedule trigger to automatically create issues in a repository at specific intervals.
When To Use
Use when you need to automate the periodic generation of issues for tasks like maintenance reminders, recurring bug reports, or scheduled project updates.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-manage-your-work-schedule-issue-creation-scheduling-github-docs-workflow-guide.md | A GitHub Actions workflow configuration file that demonstrates how to schedule the automatic creation of issues using a cron schedule. | Questions about a GitHub Actions workflow configuration file that demonstrates how to schedule the automatic creation of issues using... |
examples/actions-manage-your-work-schedule-issue-creation-scheduling-github-docs-.text | A GitHub Actions workflow YAML configuration that uses a cron schedule to automatically create a new issue. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration that uses a cron schedule to automatically create a new issue. |
What This Skill Covers
-
- GitHub Actions / - Tutorials / - Manage your work / - Schedule issue creation
- 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/schedule-issue-creation
