hrvey / combine-prs-workflow

Combine/group together PRs (for example from Dependabot and similar services)
https://www.hrvey.com/blog/combine-dependabot-prs
MIT License
296 stars 51 forks source link

Switch to using the StatusRollUp field in the graphql API #13

Closed martingjaldbaek closed 2 years ago

martingjaldbaek commented 2 years ago

Switch to using the StatusRollUp field in the graphql API to check the state of the branch. It's my hope this will combine statuses from both GitHub Runner CI and external CI, so we can support both without having to force end users to explicitly enter which one they use in their repo.