Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands end-to-end coverage for the gh aw add workflow addition path and aligns blog documentation links/commands to the v0.45.5 workflow set.
Changes:
- Adds an integration test that attempts to
addeach workflow referenced in the blog series (v0.45.5) and validates file + lockfile creation. - Updates existing add-integration tests to target v0.45.5 URLs/specs.
- Updates multiple blog posts to link to v0.45.5 workflow sources.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/cli/add_integration_test.go | Adds a “add all blog workflows” integration test and bumps existing test URLs/specs to v0.45.5. |
| docs/src/content/docs/blog/2026-02-08-authoring-workflows.md | Updates example workflow links to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows.md | Updates Issue Triage Agent references to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-tool-infrastructure.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-testing-validation.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-security-compliance.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-quality-hygiene.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-organization.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-operations-release.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-metrics-analytics.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-issue-management.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-interactive-chatops.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-documentation.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-creative-culture.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-style.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-simplicity.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-refactoring.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-improvement.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-campaigns.md | Updates workflow links/commands to v0.45.5. |
| docs/src/content/docs/blog/2026-01-13-meet-the-workflows-advanced-analytics.md | Updates workflow links to v0.45.5, but contains two incorrect add-wizard URLs (see comments). |
Comments suppressed due to low confidence (1)
docs/src/content/docs/blog/2026-01-13-meet-the-workflows-advanced-analytics.md:60
- The
add-wizardURL for Copilot PR NLP Analysis is missing the.mdsuffix (unlike the plain=1 link above and the other examples). As written, this is likely to 404 or fetch the wrong content; update it to the full workflow filename.
```bash
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/copilot-pr-nlp-analysis
</details>
---
💡 <a href="/github/gh-aw/new/main/.github/instructions?filename=*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.
docs/src/content/docs/blog/2026-01-13-meet-the-workflows-advanced-analytics.md
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
TestAddAllBlogSeriesWorkflowsinadd_integration_test.go