telia-oss / github-pr-resource

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

Read the list of comments in a PR #270

Open sskmail14 opened 2 years ago

sskmail14 commented 2 years ago

Currently it's possible to write a comment to a PR.

Would that be possible to read all PR comments? Needs this for out business case.

Thanks in advance.

nderjung commented 2 years ago

Hey @sskmail14; you may be interested in this alternative resource: https://github.com/nderjung/concourse-github-pr-comment-resource

sskmail14 commented 2 years ago

Thanks @nderjung , but would this be possible to get it as part of this repo, so that it would be one resource that gets the complete info regarding the PRs?

nderjung commented 2 years ago

Hi @sskmail14, I don't maintain this repo and afaik new features are not being introduced to this resource either.

bgandon commented 3 months ago

Hey! This companion Concourse resource for watching at PR comments looks great! 😃 Hope it has helped building a solution to your business case @sskmail14.

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)_