So for the ASF mirrors essentially only root@ has any level of account on the repos, and they do almost zero interaction wtih the repos themselves. The downside to this is that you have essentially no ability to close a PR, the upside is that it means there is essentially zero chance of someone pushing directly to the mirror. Unfortunately the permissions at GH aren't very granular.
--David On Tue, May 14, 2013 at 10:02 AM, Andrew Bayer <[email protected]> wrote: > Yeah, that's part of why I want to try to find a way to make the repos more > read only. =) > > A. > > > On May 14, 2013, at 6:24 AM, Andrew Phillips <[email protected]> wrote: > >> Quick one (obvious, in hindsight) that just tripped me up: use a branch on a >> personal fork of the mirrored repo, rather than creating a branch on the >> mirror repo itself (if you have that right). >> >> I just submitted a PR [1] based on a branch created on the mirrored repo >> only to see the PR automatically closed when the next repo mirror job kicked >> in and deleted the branch ;-) >> >> ap >> >> [1] https://github.com/jclouds/jclouds-karaf/pull/2
