github-pullrequest-resource
github-pullrequest-resource copied to clipboard
Provides a Github pull request resource for concourse CI.
**Describe the bug** If I set the `api_endpoint` to `https://github.internal/api/v3/`, I can detect PRs, however when I try to set the status in a job, I get the following error...
Fixes #205.
**Describe the bug** The `uri` in the source configuration defaults to `https://github.com/…`, even when `private_key` is set. **To Reproduce** ```yaml resource_types: - name: pull-request type: docker-image source: repository: jtarchie/pr resources:...
Hey, @crstamps2! I know you're reviewing this in your spare time since the original author has passed it off to you. Does the ability to ignore a label make sense,...
Adds delete_label parameter
Just like there is a `label` parameter that's add a label to a pull request, I would love to have `delete_label` parameter.
This addresses #196 - there's a clear explanation of the bug there. If you're worried about this solution, let me know - it's working well for us but it might...
# How to contribute to the pullrequest resource ## **Did you find a bug?** * **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/jtarchie/pullrequest-resource/issues). * If...
**Describe the bug** The `paths` source configuration does not work. I'm currently using the `ignore_paths` that works. **To Reproduce** ``` resource_types: - name: pull-request type: docker-image source: repository: jtarchie/pr resources:...
**Describe the bug** If you fetch a PR with ``` get: foo params: fetch_merge: true ``` and then upload a status later with ``` put: foo status: pending ``` You'll...