Fail bors on missing changelog

This commit is contained in:
Philipp Krones 2020-05-27 00:51:08 +02:00 committed by GitHub
parent f28c6de106
commit 58429c74a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -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