Skip to content

Commit d32199f

Browse files
committed
replace bors with merge queue
1 parent ca3a196 commit d32199f

File tree

2 files changed

+11
-24
lines changed

2 files changed

+11
-24
lines changed

.github/bors.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches: master
44
pull_request:
5+
merge_group:
56

67
name: Continuous integration
78

89
jobs:
910
ci:
11+
name: CI
12+
runs-on: ubuntu-latest
13+
needs: [check]
14+
if: always()
15+
steps:
16+
- name: Done
17+
run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
18+
19+
check:
1020
runs-on: ubuntu-latest
1121
strategy:
1222
matrix:

0 commit comments

Comments
 (0)