Is there a way to create preview environments only for certain PRs? For example, only for the ones containing a specific string.
I thought it was possible with a deployment rule that targets the preview environments – based on something I heard in a Qovery live session or demo day.
Hello Pierre,
For now, the deployment rules do not allow to pilot if it is triggered or not but only to apply an automatic start/stop. The behavior you expect is a feature we plan to add.
A solution could be to use GitHub action with a PR name filter to create your environment when needed.