Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 24f282a

Browse files
authored
Merge pull request #4 from radarhere/update-mergify
2 parents f7d4154 + 1359e70 commit 24f282a

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pull_request_rules:
55
- label=automerge
66
- status-success=Lint
77
- status-success=Travis CI - Pull Request
8-
- status-success=Wheels
8+
- status-success=Wheels Successful
99
actions:
1010
merge:
1111
method: merge

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88

9+
name: Lint
10+
911
steps:
1012
- uses: actions/checkout@v2
1113
- uses: actions/setup-python@v2

.github/workflows/wheels.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,11 @@ jobs:
135135
env:
136136
GHR_PATH: .
137137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138+
139+
success:
140+
needs: [build, build-latest]
141+
runs-on: ubuntu-latest
142+
name: Wheels Successful
143+
steps:
144+
- name: Success
145+
run: echo Wheels Successful

0 commit comments

Comments
 (0)