gocd-build-github-pull-requests icon indicating copy to clipboard operation
gocd-build-github-pull-requests copied to clipboard

GoCD plugin to build PRs for a Github repo

Results 53 gocd-build-github-pull-requests issues
Sort by recently updated
recently updated
newest added

### Current state The PR plugin checks out a pull request the following way: - Checkout (clone) the `master` (or default) branch - `git reset --hard` it to the pull...

Hello I was wondering whether this plugin hooks in to the Go Notification API (https://api.go.cd/current/#notify-git-materials) to accept published Git events? Or does it always have to poll the GitHub server...

Hi, I'm facing an issue when i get a 404 error whenever i try to create a new scm plugin entry. The plugin only works with "simple" urls but don't...

Hi! I would need some help on how to use Stash Pull Requests Builder (https://github.com/ashwanthkumar/gocd-build-github-pull-requests) when pipelines are defined in yaml. Currently, I have a pipeline defined: ``` pipelines: bitbuketti:...

Not sure why https://github.com/ashwanthkumar/gocd-build-github-pull-requests/issues/118 was closed as this is still an issue with the current non-release version 1.3.5 and is causing an incredible amount of pain in blocking development workflows...

I wonder if it's possible to trigger this in a pipeline defined in a YAML file.

Is there a reason that the material type is `Github` rather than `GitHub Pull Requests`? I think people have missed it as an option because the difference between `Git` and...

hello guys, consider this situation: - create **feature branch** from **master** - make changes, commit and push -- pipeline will be executed automatically - few PRs went into **master** -...

1. Add checkout attempts, since stats showed it can be very unstable regarding of network 2. Fix pom and resource versions