Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You are welcome to still raise bugs in this repo.
* [pages](pages): solutions for Pages workflows
* [icons](icons): svg icons for the relevant template

Each workflow must be written in YAML and have a `.yml` extension. They also need a corresponding `.properties.json` file that contains extra metadata about the workflow (this is displayed in the GitHub.com UI).
Each workflow must be written in YAML and have a `.yml` extension. In `agentic/`, prompt-source markdown files are also supported. Templates also need a corresponding `.properties.json` file that contains extra metadata about the workflow (this is displayed in the GitHub.com UI).

For example: `ci/django.yml` and `ci/properties/django.properties.json`.

Expand Down
5 changes: 5 additions & 0 deletions agentic/activity-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{ create_workflow_prefix }}

The purpose of the workflow is a daily report on recent activity in the
repository, delivered as an issue. The report should summarize new issues,
pull requests merged, and any open blockers.
5 changes: 5 additions & 0 deletions agentic/agents-md-maintainer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{ create_workflow_prefix }}

The purpose of the workflow is to run weekly and maintain the AGENTS.md file:
review merged pull requests and updated source files since the last run, then
open a pull request that keeps AGENTS.md accurate and current.
201 changes: 0 additions & 201 deletions agentic/ci-doctor.md

This file was deleted.

Loading
Loading