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

Automerge is broken after travis ci migration #375

Closed
Mariatta opened this issue Aug 21, 2020 · 1 comment · Fixed by #382
Closed

Automerge is broken after travis ci migration #375

Mariatta opened this issue Aug 21, 2020 · 1 comment · Fixed by #382
Assignees

Comments

@Mariatta
Copy link
Member

miss-islington expects the "continues-integration/travis-ci/pr" as one of the successful status checks. After the migration to travis-ci.com, the status check is no longer reported.

We need to adjust the logic so it would look for the check run from travis-ci.com.

@Mariatta
Copy link
Member Author

Mariatta commented Sep 4, 2020

Working on fixing this today.

Mariatta added a commit that referenced this issue Sep 4, 2020
Look up conclusions from check runs in addition to status checks.

Ensure all check runs have completed.
Ensure there is no "failure" or "timed_out" result from the check runs

Fixes #375
Mariatta added a commit that referenced this issue Sep 4, 2020
Look up conclusions from check runs in addition to status checks.

Ensure all check runs have completed.
Ensure there is no "failure" or "timed_out" result from the check runs

Fixes #375
Mariatta added a commit that referenced this issue Sep 4, 2020
* Fix Automerge functionality

Look up conclusions from check runs in addition to status checks.

Ensure all check runs have completed.
Ensure there is no "failure" or "timed_out" result from the check runs

Fixes #375

* 🐍🌚🤖 Formatted using `black`.
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 a pull request may close this issue.

1 participant