I would also like to know if it is possible to dis...
# help
a
I would also like to know if it is possible to disable the integration with Infracost Cloud. I insist, for a proof of concept that we want to do in the company where I work, for now we are only going to use the option to leave messages in the PRs. Thank you very much in advance for your attention and help!
1
w
@adventurous-byte-86496 go to https://dashboard.infracost.io/ > Org Settings and disable the ‘Cost estimate dashboard’. That turns-off the integration with Infracost Cloud (this is mentioned in the GH Action integration too). Re limits for the free CI/CD integration: 1000 runs per month are free (so no limit on number of repos or developers), after that you can buy more runs from https://www.infracost.io/pricing/. Each PR generates 2 runs (breakdown and diff), so that gives you an idea of how many PRs. BTW, I’d recommend using the GH App as it’s easier to integrate compared to GH Actions: https://www.infracost.io/docs/integrations/github_app/
a
Thank you very much for the information provided!
🙌 1