github / branch-deploy

Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! ⭐️
https://github.com/marketplace/actions/branch-deploy
MIT License
364 stars 44 forks source link

Add read access to statuses to required permissions #248

Closed greysteil closed 5 months ago

greysteil commented 5 months ago

Required for https://github.com/github/branch-deploy/blob/1f6516ef5092890ce75d9e97ca7cbdb628e38bdd/src/functions/prechecks.js#L120.

(This is only required if any integrations are setting commit statuses, and since most integrations use checks you can usually get away without it. Vercel is a notable exception, and it does very little harm to ask for this permission in all cases.)

greysteil commented 5 months ago

@GrantBirki as ever, thanks for everything you do on this project. We use it and love it.