Merge pull request #4 from radarhere/update-mergify

This commit is contained in:
Hugo van Kemenade 2022-01-04 14:02:35 +02:00 committed by GitHub
commit 24f282af79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

2
.github/mergify.yml vendored
View File

@ -5,7 +5,7 @@ pull_request_rules:
- label=automerge
- status-success=Lint
- status-success=Travis CI - Pull Request
- status-success=Wheels
- status-success=Wheels Successful
actions:
merge:
method: merge

View File

@ -6,6 +6,8 @@ jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2

View File

@ -135,3 +135,11 @@ jobs:
env:
GHR_PATH: .
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
success:
needs: [build, build-latest]
runs-on: ubuntu-latest
name: Wheels Successful
steps:
- name: Success
run: echo Wheels Successful