Skip to content

Conversation

@dilijev
Copy link
Contributor

@dilijev dilijev commented Jan 6, 2017

No description provided.

@kfarnung
Copy link
Contributor

kfarnung commented Jan 6, 2017

LGTM, do I need to re-submit #2329 to get the fix?

Edit: Nevermind, I just modified my commit message and force pushed a new iteration.

@dilijev
Copy link
Contributor Author

dilijev commented Jan 6, 2017

It's not necessary to open a new PR to remove the bad checks (i.e. the failing daily checks that were added to PRs with the pattern Windows.*ci-).

If you push a new ref to the branch you PR'd, it will remove all the current checks and re-run the correct set of checks. You can do this by:

git commit --amend --no-edit # if you have no staged changes, this changes nothing and writes a new commit
# git push -f # force-push to update your branch on github (or use automation to update your branch)

You could also rebase, squash, or whatever would change the head ref of your branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants