From 67d21350e3b0c8dc62b8a1762ba9c66d1bbb33e6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 02:05:27 +0000 Subject: [PATCH 1/3] Initial plan From 20fe78cadd99bbeb72b8a46f27eb09e3917e5a72 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 02:07:21 +0000 Subject: [PATCH 2/3] docs: mention Playground and downstream users in docs Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com> --- README.md | 8 ++++++++ docs/index.md | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/README.md b/README.md index d0a2f4fa..21d9e02f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ By default, this installs recommended GitHub Agent Workflow triggers, adds `agen sets `COPILOT_GITHUB_TOKEN`, creates branch `ai-gh-aw-setup`, pushes it, and opens a PR. Use `--continuous-improvement` to also install selected continuous improvement workflows. +## Who uses this? + +See the [full list in the docs](https://elastic.github.io/ai-github-actions/#who-uses-this). + +- **Playground**: [elastic/ai-github-actions-playground](https://github.com/elastic/ai-github-actions-playground) — reference implementation with the full workflow suite enabled. +- **Heavy users**: [elastic/beats](https://github.com/elastic/beats), [elastic/integrations](https://github.com/elastic/integrations) +- **Light users**: [strawgate/py-key-value](https://github.com/strawgate/py-key-value) + ## License MIT diff --git a/docs/index.md b/docs/index.md index 12f15aed..b6ef847d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,6 +23,27 @@ GitHub Agent Workflows are recommended for all new deployments and ongoing maint - [Claude Composite Actions (legacy)](workflows/claude-workflows.md) +## Who uses this? + +### Playground (featured) + +[elastic/ai-github-actions-playground](https://github.com/elastic/ai-github-actions-playground) is the reference implementation — a dedicated test-bed repository that runs the full suite of GitHub Agent Workflows. Start here to see what a fully configured repository looks like. + +### Heavy users + +These repositories run a broad set of workflows and serve as real-world examples of large-scale adoption: + +| Repository | Notes | +| --- | --- | +| [elastic/beats](https://github.com/elastic/beats) | Large Elastic OSS repo with diverse workflow coverage | +| [elastic/integrations](https://github.com/elastic/integrations) | Large multi-package repo using multiple scheduled and event-driven workflows | + +### Light users + +| Repository | Notes | +| --- | --- | +| [strawgate/py-key-value](https://github.com/strawgate/py-key-value) | Small Python project using a focused set of workflows | + ## More - [Developing](developing.md) From 6969d891ba56409c9af9d6f12c76efcd21bd6fa3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 16:52:55 +0000 Subject: [PATCH 3/3] =?UTF-8?q?docs:=20swap=20heavy/light=20user=20tiers?= =?UTF-8?q?=20=E2=80=94=20strawgate/py-key-value=20is=20heavy,=20beats/int?= =?UTF-8?q?egrations=20are=20light?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com> --- README.md | 4 ++-- docs/index.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 21d9e02f..8776b388 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ sets `COPILOT_GITHUB_TOKEN`, creates branch `ai-gh-aw-setup`, pushes it, and ope See the [full list in the docs](https://elastic.github.io/ai-github-actions/#who-uses-this). - **Playground**: [elastic/ai-github-actions-playground](https://github.com/elastic/ai-github-actions-playground) — reference implementation with the full workflow suite enabled. -- **Heavy users**: [elastic/beats](https://github.com/elastic/beats), [elastic/integrations](https://github.com/elastic/integrations) -- **Light users**: [strawgate/py-key-value](https://github.com/strawgate/py-key-value) +- **Heavy users**: [strawgate/py-key-value](https://github.com/strawgate/py-key-value) +- **Light users**: [elastic/beats](https://github.com/elastic/beats), [elastic/integrations](https://github.com/elastic/integrations) ## License diff --git a/docs/index.md b/docs/index.md index b6ef847d..b39d0e1d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -35,14 +35,14 @@ These repositories run a broad set of workflows and serve as real-world examples | Repository | Notes | | --- | --- | -| [elastic/beats](https://github.com/elastic/beats) | Large Elastic OSS repo with diverse workflow coverage | -| [elastic/integrations](https://github.com/elastic/integrations) | Large multi-package repo using multiple scheduled and event-driven workflows | +| [strawgate/py-key-value](https://github.com/strawgate/py-key-value) | Python project with broad workflow coverage | ### Light users | Repository | Notes | | --- | --- | -| [strawgate/py-key-value](https://github.com/strawgate/py-key-value) | Small Python project using a focused set of workflows | +| [elastic/beats](https://github.com/elastic/beats) | Large Elastic OSS repo using a focused set of workflows | +| [elastic/integrations](https://github.com/elastic/integrations) | Large multi-package Elastic repo using a focused set of workflows | ## More