Skip to content

Run advisory concat through Bundler - #41

Merged
p-linnane merged 1 commit into
mainfrom
fix-workflow-bundler
Aug 5, 2026
Merged

Run advisory concat through Bundler#41
p-linnane merged 1 commit into
mainfrom
fix-workflow-bundler

Conversation

@andrew

@andrew andrew commented Aug 5, 2026

Copy link
Copy Markdown
Member

Run advisories:concat through Bundler in the regenerate and ingest workflows so the Rakefile can load RSpec from vendor/bundle.

Add a regression spec covering both workflow commands.

Copilot AI lite review requested due to automatic review settings August 5, 2026 15:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

馃煝 Ready to approve

The workflow updates match the stated goal and the regression spec covers both workflows, with only a minor test-diagnostics improvement suggested.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Updates the ingest and regenerate GitHub Actions workflows to run advisories:concat via Bundler so the Rake environment can load gems from vendor/bundle, and adds an RSpec regression test to enforce this.

Changes:

  • Switch advisories:concat workflow step from rake ... to bundle exec rake ... in both ingest and regenerate workflows.
  • Add a spec that parses both workflow YAML files and asserts the concat step runs via Bundler.
File summaries
File Description
spec/workflows_spec.rb Adds a regression spec validating the concat step command in both workflows.
.github/workflows/regenerate.yml Runs advisories:concat via bundle exec in the regenerate workflow.
.github/workflows/ingest.yml Runs advisories:concat via bundle exec in the ingest workflow.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 1
  • Review effort level: Lite

We're testing this review assessment. Please use 馃憤 or 馃憥 to tell us if it's correct.

Comment thread spec/workflows_spec.rb
@andrew
andrew requested a review from p-linnane August 5, 2026 16:01
@p-linnane
p-linnane merged commit 5a4c46f into main Aug 5, 2026
8 checks passed
@p-linnane
p-linnane deleted the fix-workflow-bundler branch August 5, 2026 16:43
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.

3 participants