telia-oss / github-pr-resource

Github pull request resource for Concourse
MIT License
182 stars 5 forks source link

Request: It would be nice to have some why of passing in url rewrites. #244

Open DaElf opened 3 years ago

DaElf commented 3 years ago

Currently most of our submodules are configured with git@: which is a problem due to lack of ssh key support. It would be helpful to be able to pass in some "insteadOf" config params to the git.io Init routine.

bgandon commented 4 months ago

Unfortunately, there is no hope that you get any further support here (#246 was 2+y ago).

But recent news is that the Cloud Foundry community is now maintaining a fork of this resource at cloudfoundry-community/github-pr-resource.

On our Concourse installation at Gstack, that one is working fine. Could you give a try and provide feedback there?

_(the new resource is a drop-in replacement; you only have to switch telia-ossto cfcommunity in in the resource_types: declaration, i.e. specify repository: cfcommunity/github-pr-resource)_