Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-manage-your-work-schedule-issue-creation-scheduling-github-docs-workflow-guide.mdA 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-.textA 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

  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/schedule-issue-creation