Skip to content

Conversation

@je-contractor
Copy link

Adds a new project_filter input that allows users to wait for a specific Vercel deployment by matching a substring in the deployment's target_url.

This is useful in repos where multiple Vercel projects deploy in parallel, helping prevent false positives when downstream actions are reliant on the preview URL.

  • Adds project_filter as an optional input
  • Matches deployments where the target_url includes the filter value
  • Skips deployments that don’t match

- Filters deployments by project name using the target_url
- Applies filter once per deployment to reduce log noise
- Falls back cleanly if no match is found
- Retains support for password-protected previews and all original inputs
Add project_filter input to support filtering Vercel deployments by project name or URL
@0xtelmo
Copy link

0xtelmo commented Apr 11, 2025

Super interested in this one, exactly what I'm currently looking for 🔥

@rioam2
Copy link

rioam2 commented Jul 4, 2025

Hello @je-contractor ! Super cool that you could make a PR for this feature. Would be incredibly useful in a project that I am currently working on with multiple Vercel deployments on the same repository/monorepo.

Is there anything more needed to move this PR from Draft -> Ready for Review? 👀
Happy to help out if desired :)

@lndgalante
Copy link

+1 @patrickedqvist is there something we can do here to push this one forward?

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.

4 participants