Hi,
We just shipped two improvements to existing features:
1. Filter GitHub deployments
You can now filter your GitHub triggered deployments using regular expressions in the CI/CD integrations tab.
When would you use this?
- You can now only run checks / check groups on the Preview or Production environment
- You can now only run checks / check groups for a specific project in your mono repo. This works great with Vercel's recent mono repo feature
2. Access tags in webhooks
All tags assigned to your checks are now available as the environment variable {{TAGS}}
in your webhook templates. This way you can use tags to trigger routing decisions on your webhook integration.