Skip to content

fix: merge queue action needs container specifier #890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dhower-qc
Copy link
Collaborator

No description provided.

This adds a workflow that should run when a PR is added to the merge queue.
The workflow has all the same jobs that run to deploy pages.
This is step 1 of a full fix; step two is to deploy using the same
GitHub actions instead of the deploy.sh script.
@dhower-qc dhower-qc requested a review from ThinkOpenly as a code owner July 11, 2025 15:47
@dhower-qc dhower-qc enabled auto-merge July 11, 2025 15:48
Copy link

codecov bot commented Jul 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.30%. Comparing base (1ff5df5) to head (4a943c2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #890   +/-   ##
=======================================
  Coverage   43.30%   43.30%           
=======================================
  Files          10       10           
  Lines        4787     4787           
  Branches     1298     1298           
=======================================
  Hits         2073     2073           
  Misses       2714     2714           
Flag Coverage Δ
idlc 43.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@jordancarlin jordancarlin left a comment

Choose a reason for hiding this comment

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

You can set the environment variable with a workflow wide scope by setting the top level env key instead of setting it for every job. See https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables.

name: Merge Queue Tests


permissions:
  contents: read
  pull-requests: write
on:
  merge_group:
    types: [checks_requested]
  workflow_dispatch:
env:
  SINGULARITY: 1
 jobs:
  ...

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