cpliakas / git-wrapper

A PHP wrapper around the Git command line utility.
MIT License
506 stars 68 forks source link

Package not auto-updated on packagist #193

Closed GrahamCampbell closed 3 years ago

TomasVotruba commented 4 years ago

Known issue I don't have access there :/

GrahamCampbell commented 4 years ago

Packagist let me force a sync even though I don't have access either, so v3.0.1 is showing up now, at least.

cpliakas commented 4 years ago

@TomasVotruba What can I do to help? Would it be too disruptive to users to transfer ownership of the repository so that you have all the access you need?

TomasVotruba commented 4 years ago

@cpliakas That would be the best. If the package name remains, there will be no change for users at all.

GrahamCampbell commented 4 years ago

You can just add maintainers on packagiat.

GrahamCampbell commented 4 years ago

No need to transfer the repo on GitHub.

TomasVotruba commented 4 years ago

IIRC it requires some settings changes on this repo as well, I don't have access yet

cpliakas commented 4 years ago

I think the package is auto-updating now. I am pretty confident that the issue was related to https://developer.github.com/v3/guides/replacing-github-services/, so I had to modify the settings in this repo. @TomasVotruba, do you know if I can grant you access to perform these types of operations on this repository? @GrahamCampbell What permissions should you have?

GrahamCampbell commented 4 years ago

Because this repository belongs to a user instead of an organisation, I don't think it's possible to give anyone any kind of admin permissions on the repo.

GrahamCampbell commented 4 years ago

But, adding someone as a maintainer on packagist and re-authing your own account should be enough to get auto-updating to work.

GrahamCampbell commented 3 years ago

Fixed.