Skip to content

Commit

Permalink
Auto merge of #5652 - rust-lang:flip1995-patch-1, r=<try>
Browse files Browse the repository at this point in the history
Fail bors on missing changelog

Bors stopped failed if the changelog was missing. Instead it waited 2h (?) and then timed out.

changelog: none
  • Loading branch information
bors committed May 26, 2020
2 parents f28c6de + 58429c7 commit e2eeff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && success()
runs-on: ubuntu-latest
needs: [base, integration]
needs: [changelog, base, integration_build, integration]

steps:
- name: Mark the job as successful
Expand All @@ -322,7 +322,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
runs-on: ubuntu-latest
needs: [base, integration]
needs: [changelog, base, integration_build, integration]

steps:
- name: Mark the job as a failure
Expand Down

0 comments on commit e2eeff9

Please sign in to comment.