Hello PECL Team, Recently I was granted lead maintainer status over the previously unmaintained operator package. Its GitHub repo is at https://github.com/php/pecl-php-operator I have a PR to update the repo with the changes that I have just published to PECL. However, I do not have permissions on GitHub. I can see this going one of three possible ways.
1. I keep my repo (https://github.com/jb-lopez/pecl-php-operator) and update PECL so that it points to my repo instead of the former repo. This is the simplest solution. I don't like this idea though, moving the repo from the PHP namespace to my personal account. It feels wrong. 2. I'm added as a member to the PHP GitHub org _but_ only with access to the pecl-php-operator repo, and only with maintainer access. This is the easiest for me, but I can see why the PHP group would not want to do this. 3. Every time I publish a new release on PECL I have to ping someone on the PHP GitHub team to approve my PR and merge it for me. This sounds like the most troublesome idea for all involved. Perhaps there is another solution that I have not thought of yet. I'm sure that the PHP team has encountered this before with the migration to GitHub. I doubt this is an unsolved issue. Thank you, Joshua Lopez