Skip to content

fix: rename verify-jobs input parameter from 'results' to 'required'#3862

Open
m1aw wants to merge 3 commits intomainfrom
fix/verify-jobs-input-param
Open

fix: rename verify-jobs input parameter from 'results' to 'required'#3862
m1aw wants to merge 3 commits intomainfrom
fix/verify-jobs-input-param

Conversation

@m1aw
Copy link
Contributor

@m1aw m1aw commented Mar 12, 2026

📋 Pull Request Checklist

  • I have added unit tests to cover my changes.
  • I have added or updated Storybook stories where applicable.
  • I have tested the changes manually in the local environment.
  • I have checked that no PII data is being sent on analytics events
  • All E2E tests are passing, and I have added new tests if necessary.
  • All interfaces and types introduced or updated are strictly typed.

📝 Summary

Fixes the verify-jobs action input parameter that was misnamed in the workflow definitions. The action.yml specifies 'required' as the input name, but it was being passed as 'results' from pr.yml.

This was causing the job verification to silently ignore test failures and always pass, allowing failing tests to slip through to merge queue.

Changes:

  • Rename input parameter in verify-jobs/action.yml from 'results' to 'required'
  • Update the variable reference in the action script to use the correct input

🧪 Tested scenarios


🔗 Related GitHub Issue / Internal Ticket number

Closes:


The verify-jobs action input parameter was misnamed in the workflow definitions.
It should be 'required' to match the action.yml specification.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@m1aw m1aw requested a review from a team as a code owner March 12, 2026 10:28
@m1aw m1aw requested a review from johnayeni March 12, 2026 10:28
@netlify
Copy link

netlify bot commented Mar 12, 2026

Deploy Preview for adyen-web ready!

Name Link
🔨 Latest commit 1387638
🔍 Latest deploy log https://app.netlify.com/projects/adyen-web/deploys/69b2b5a0f6fde80008533319
😎 Deploy Preview https://deploy-preview-3862.checkout-web-dev.adyen.com
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@changeset-bot
Copy link

changeset-bot bot commented Mar 12, 2026

⚠️ No Changeset found

Latest commit: 1387638

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request rectifies a significant oversight in the verify-jobs GitHub Action that was causing test failures to be overlooked. By correcting a misnamed input parameter, the change ensures that the CI/CD pipeline accurately identifies and reports failing jobs, thereby preventing the merging of code with undetected issues and enhancing overall code quality and reliability.

Highlights

  • Input Parameter Correction: The verify-jobs action's input parameter results was incorrectly named and has been corrected to required in action.yml.
  • Bug Fix for Test Failures: This correction resolves a critical bug where the action was silently ignoring test failures, allowing them to pass through to the merge queue.
  • Script Variable Update: The internal script within the action was updated to correctly reference the newly named required input parameter.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • .github/actions/verify-jobs/action.yml
    • Renamed the results input parameter to required.
    • Updated the internal script to reference the required input parameter.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request renames the results input parameter to required within the .github/actions/verify-jobs/action.yml file. The change is applied consistently, updating both the input definition and its usage within the action's run step. This appears to be a corrective change to fix a parameter mismatch, as described in the pull request. The changes are correct and I have no feedback.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 12, 2026

Strict TypeScript Scan Results

Total: 3616 errors (baseline: 3616) | ✅ Pass

Per-code breakdown (36 codes)
Error Code PR Baseline Delta
TS7006 587 587 ✅ 0
TS2322 537 537 ✅ 0
TS7017 485 485 ✅ 0
TS7005 426 426 ✅ 0
TS2345 337 337 ✅ 0
TS18048 325 325 ✅ 0
TS7031 243 243 ✅ 0
TS7053 107 107 ✅ 0
TS2532 85 85 ✅ 0
TS2722 73 73 ✅ 0
TS2417 67 67 ✅ 0
TS2339 61 61 ✅ 0
TS18047 55 55 ✅ 0
TS7034 55 55 ✅ 0
TS7008 42 42 ✅ 0
TS2769 22 22 ✅ 0
TS2416 21 21 ✅ 0
TS2531 12 12 ✅ 0
TS2454 9 9 ✅ 0
TS2790 9 9 ✅ 0
TS18046 8 8 ✅ 0
TS2538 7 7 ✅ 0
TS7009 6 6 ✅ 0
TS7015 6 6 ✅ 0
TS7019 6 6 ✅ 0
TS2366 5 5 ✅ 0
TS2349 4 4 ✅ 0
TS2352 3 3 ✅ 0
TS2783 3 3 ✅ 0
TS2464 2 2 ✅ 0
TS2488 2 2 ✅ 0
TS2721 2 2 ✅ 0
TS18049 1 1 ✅ 0
TS2419 1 1 ✅ 0
TS2430 1 1 ✅ 0
TS7023 1 1 ✅ 0

Last updated: 2026-03-12 12:47:32 UTC

@github-actions
Copy link
Contributor

github-actions bot commented Mar 12, 2026

size-limit report 📦

Path Size
UMD 116.09 KB (0%)
Auto 122.7 KB (0%)
ESM - Core 26.17 KB (0%)
ESM - Core + Card 66.08 KB (0%)
ESM - Core + Dropin with Card 72.79 KB (0%)

m1aw and others added 2 commits March 12, 2026 12:28
- Intentionally break formatLocale test to verify verify-pr catches failures
- Add empty required map check to verify-jobs action

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@m1aw m1aw added this pull request to the merge queue Mar 12, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 12, 2026
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