gocd / gocd

GoCD - Continuous Delivery server main repository

Home Page:https://www.gocd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow filtering out of `draft` pull requests

stephen-murby opened this issue · comments

Issue Type
  • Feature proposal
Summary

Allow users to filter out the building of github pull requests marked as draft, currently the PR builder is often working on branches that are not ready to be checked. Instead the pull request exists as a way to discuss the change set, implementation details and design.

GoCD has no in-built support for PR workflows or knowledge of GitHub.

Perhaps you intended to raise this against a particular GitHub-aware PR/branch-aware plugin you are using - possibly https://github.com/ashwanthkumar/gocd-build-github-pull-requests or https://github.com/gocd-contrib/gocd-groovy-dsl-config-plugin ?

Thankyou, I will remove the issue from here and post it against the correct repository.