ManageIQ/miq_bot

Allow developer to disable all future builds on WIP PRs

Open

#116 opened on Sep 1, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Ruby (38 forks)auto 404
enhancementhelp wantednew workerpinned

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

When working on a feature, sometimes a developer (me) will push multiple changes up to github as either rebases or stream of consciousness commits. In this case, the developer should be able to disable the Travis builds until some later time when the developer thinks the PR is ready to move forward.

It may not make a huge impact, but it would likely cut down on the number of extra uneccessary builds we're asking Travis to handle.

Contributor guide