Starter workflows as md for agentic

This commit is contained in:
Mara Nikola Kiefer
2026-04-10 13:44:06 +02:00
parent 3fdf943c6a
commit 720f73beac
+4 -2
View File
@@ -38,9 +38,11 @@ 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).
Starter workflow templates in this repository 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`.
Most starter workflows are written in YAML and use a `.yml` extension. Agentic starter workflows in [agentic](agentic) are authored as Markdown templates with YAML frontmatter and use a `.md` extension.
For example: `ci/django.yml` and `ci/properties/django.properties.json`, or `agentic/daily-plan.md` and `agentic/properties/daily-plan.properties.json`.
### Valid properties