I had a query about a recently release feature (https://vercel.com/changelog/static-ips-are-now-available-for-more-secure-connectivity). The thing is that we have a github organization and we want to enable github IP allowlisting so that users and service from a allowed set of IPs are able to access the org (https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization). This is for security purpose. Earlier when we enabled the allowlisting , all of our vercel builds were failing which I assume was due to the fact that vercel build servers were not able to fetch the code from github, we have a next js setup with prismic integration (https://vercel.com/guides/how-to-integrate-nextjs-with-prismic). We are on vercel pro plan, and I want to know that if we opt for the newly static IP feature, will we be able to that to solve our problem we faced?
