Skip to content

🧪 Add more integration tests for workflows#16437

Merged
dsyme merged 3 commits intomainfrom
itests
Feb 17, 2026
Merged

🧪 Add more integration tests for workflows#16437
dsyme merged 3 commits intomainfrom
itests

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented Feb 17, 2026

Summary

  • Added comprehensive integration test for adding all blog series workflows
  • Enhanced test coverage for workflow addition process
  • Validates workflow addition across multiple workflow types

Changes

  • Implemented TestAddAllBlogSeriesWorkflows in add_integration_test.go
  • Added test to verify addition of 58 different workflows from v0.45.5 blog series
  • Parallel test execution for improved performance
  • Comprehensive checks including:
    • Workflow file creation
    • Basic workflow structure validation
    • Lock file generation
    • Source field verification

Copilot AI review requested due to automatic review settings February 17, 2026 20:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 add each 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-wizard URL for Copilot PR NLP Analysis is missing the .md suffix (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>.

@dsyme dsyme merged commit e917ae1 into main Feb 17, 2026
56 checks passed
@dsyme dsyme deleted the itests branch February 17, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant