Skip to content
Merged
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
12 changes: 10 additions & 2 deletions .github/workflows/daily-news.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,15 +413,23 @@ Include the charts in your daily news discussion report with this structure:
```markdown
### 📈 Trend Analysis

### Issues & Pull Requests Activity
<details>
<summary><b>Issues & Pull Requests Activity</b></summary>

![Issues and PR Trends](URL_FROM_UPLOAD_ASSET_CHART_1)

[Brief 2-3 sentence analysis of the trends shown in this chart, highlighting notable patterns, increases, decreases, or insights]

### Commit Activity & Contributors
</details>

<details>
<summary><b>Commit Activity & Contributors</b></summary>

![Commit Activity Trends](URL_FROM_UPLOAD_ASSET_CHART_2)

[Brief 2-3 sentence analysis of the trends shown in this chart, noting developer engagement, busy periods, or collaboration patterns]

</details>
```

### Python Implementation Notes
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/weekly-editors-health-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,16 @@ Example body (rows reflect whatever editors were discovered in Step 0):
```markdown
### Editor Health Report – <date>

<details>
<summary><b>Editor Status & Screenshots</b></summary>

| Editor | URL | Status | Preview |
|--------|-----|--------|---------|
| Compiler Playground | https://github.github.com/gh-aw/editor/ | ✅ 200 | ![preview](<url>) |
| Agentic Prompt Generator | https://ashleywolf.github.io/agentic-prompt-generator/ | ✅ 200 | ![preview](<url>) |
| ... | ... | ... | ... |

</details>
```

## Error Handling
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-safe-outputs-spec-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Ran the updated script successfully:

</details>

## Related Files
### Related Files

- Specification: `docs/src/content/docs/reference/safe-outputs-specification.md`
- Conformance Script: `scripts/check-safe-outputs-conformance.sh`
Expand Down
Loading