You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
As an external contributor, I want preview builds to be generated for my pull requests, so that we can preview the changes publicly and discuss collaboratively.Β #3504
Currently, external contributors' PRs don't generate preview builds. This is due to the images requiring access to secrets to fetch necessary Airtable data.
But lately we've implemented mock data for local development so that one doesn't need to fetch the Airtable data to preview one's changes.
We can use this approach as well for external contributor preview builds and leverage the mock data.