Skip to content

Commit 1441837

Browse files
authored
Remove playground executor workflow (#7401)
1 parent 448359f commit 1441837

9 files changed

Lines changed: 6 additions & 7384 deletions

.github/workflows/docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949

5050
- name: Fetch org-owned playground workflows
5151
working-directory: ./docs
52-
env:
53-
# Repo-relative file paths to copy into docs bundle (comma-separated).
54-
PLAYGROUND_ORG_WORKFLOWS_FILES: >-
55-
.github/workflows/playground-executor.md,
56-
.github/workflows/playground-executor.lock.yml
5752
run: npm run fetch-playground-org-owned
5853

5954
- name: Validate Playground fetch configuration (optional)

.github/workflows/issue-classifier.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/playground-executor.lock.yml

Lines changed: 0 additions & 7315 deletions
This file was deleted.

.github/workflows/playground-executor.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/release.lock.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/stale-repo-identifier.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/super-linter.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scripts/fetch-playground-org-owned.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ const SAFE_BASENAME = /^[a-z0-9][a-z0-9._-]{0,200}$/;
1313

1414
async function main() {
1515
// Comma-separated list of repo-relative file paths to copy into the docs bundle.
16-
// Example:
17-
// .github/workflows/playground-executor.md,
18-
// .github/workflows/playground-executor.lock.yml
1916
const filesCsv = process.env.PLAYGROUND_ORG_WORKFLOWS_FILES || '';
2017

2118
const files = filesCsv

docs/src/content/docs/labs.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ These are experimental agentic workflows used by the GitHub Next team to learn,
8787
| [Multi-Device Docs Tester](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/daily-multi-device-docs-tester.md) | claude | [![Multi-Device Docs Tester](https://github.com/githubnext/gh-aw/actions/workflows/daily-multi-device-docs-tester.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/daily-multi-device-docs-tester.lock.yml) | - | - |
8888
| [Organization Health Report](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/org-health-report.md) | copilot | [![Organization Health Report](https://github.com/githubnext/gh-aw/actions/workflows/org-health-report.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/org-health-report.lock.yml) | - | - |
8989
| [Plan Command](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/plan.md) | copilot | [![Plan Command](https://github.com/githubnext/gh-aw/actions/workflows/plan.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/plan.lock.yml) | - | - |
90-
| [Playground Task Executor](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/playground-executor.md) | copilot | [![Playground Task Executor](https://github.com/githubnext/gh-aw/actions/workflows/playground-executor.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/playground-executor.lock.yml) | - | - |
9190
| [Poem Bot - A Creative Agentic Workflow](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/poem-bot.md) | copilot | [![Poem Bot - A Creative Agentic Workflow](https://github.com/githubnext/gh-aw/actions/workflows/poem-bot.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/poem-bot.lock.yml) | - | - |
9291
| [PR Nitpick Reviewer 🔍](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/pr-nitpick-reviewer.md) | copilot | [![PR Nitpick Reviewer 🔍](https://github.com/githubnext/gh-aw/actions/workflows/pr-nitpick-reviewer.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/pr-nitpick-reviewer.lock.yml) | - | - |
9392
| [Python Data Visualization Generator](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/python-data-charts.md) | copilot | [![Python Data Visualization Generator](https://github.com/githubnext/gh-aw/actions/workflows/python-data-charts.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/python-data-charts.lock.yml) | - | - |

0 commit comments

Comments
 (0)