Hi there!
I wanted to run something by you before I create a PR. I did some work in adding a github_repository_branches
table, which includes things like what branch protection is turned on, etc. I’ve tested it, and it works great! However, since this is my first time in this codebase, I’m wondering if someone could be so kind as to have a brief look to see if there are any obvious things that should be done in another way?
GitHub Repository Branches
Hi!
Thanks for the PR!
I’ve reviewed the code and it just requires a couple of updates to pass the CI.
See PR review on GH
Thanks, yeah addressing them now!
There’s a single thing required to be able to merge: please enable allow edits by maintainers
.
Automerge requires updating the branch and running the checks against the latest codebase, so this is required.
(Actually, nevermind, it might have been an issue with Kodiaq; I was able to update manually.)
Yeah, it was enabled from the start I think.