Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always try when receiving a try command #36

Merged
merged 1 commit into from
May 30, 2019

Conversation

bryanburgers
Copy link
Contributor

When receiving a try command, always try the current commit,
regardless of whether this pull request has been tried previously.

Before this commit, we need to issue

@bors retry try

to kick off a try build after one has already run.

Fixes #34

When receiving a `try` command, always try the current commit,
regardless of whether this pull request has been tried previously.

Before this commit, we need to issue

    @bors retry try

to kick off a try build after one has already run.

Fixes rust-lang#34
@pietroalbini
Copy link
Member

Thanks!

@pietroalbini pietroalbini merged commit da75362 into rust-lang:master May 30, 2019
@bryanburgers bryanburgers deleted the always-try branch June 12, 2019 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@bors try should always work
2 participants