Hello! I was browsing the lists archives, just out of general curiosity for the sword project, and I came across this thread. Specifically:
> 3) After #2, I would love for Github experts to help me find a solution that > effectively grant elevated access to individuals for merging PRs into our > master repository without my approval FOR CERTAIN PARTS OF THE REPO they own > or are trusted to approve. Has this already been solved? I would love to help if not. I deal with this kind of thing in GitHub every day for my day job. A CODEOWNERS file and ruleset should accomplish what you need. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets I can set something up as a proof of concept on my personal account, if that would be helpful. Andrew _______________________________________________ sword-devel mailing list [email protected] https://crosswire.org/mailman/listinfo/sword-devel
