Skip to content

Enable merge group trigger for security and test workflows#441

Merged
stefan-burke merged 1 commit intomainfrom
claude/merge-queue-tests-MOejq
Feb 10, 2026
Merged

Enable merge group trigger for security and test workflows#441
stefan-burke merged 1 commit intomainfrom
claude/merge-queue-tests-MOejq

Conversation

@stefan-burke
Copy link
Copy Markdown
Member

Summary

This change adds merge_group event triggers to the security scan and Ruby test workflows, enabling these checks to run automatically when pull requests are queued for merge in a merge queue.

Key Changes

  • Added merge_group trigger to .github/workflows/security-scan.yml
  • Added merge_group trigger to .github/workflows/test-ruby.yml

Details

The merge_group event allows GitHub Actions workflows to run when a pull request is added to a merge queue. This ensures that security scans and test suites are executed before code is merged, even when using GitHub's merge queue feature for managing concurrent merges. This provides an additional layer of validation and helps maintain code quality and security standards in the merge process.

https://claude.ai/code/session_01XG4S2NDQjNLwkjYhoC26BX

Enable test-ruby and security-scan workflows to run on merge queue
events so they serve as required status checks for GitHub's merge queue.

https://claude.ai/code/session_01XG4S2NDQjNLwkjYhoC26BX
@stefan-burke stefan-burke added this pull request to the merge queue Feb 10, 2026
Merged via the queue into main with commit e8d537b Feb 10, 2026
17 checks passed
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.

2 participants