Skip to content

Commit 9f1bf97

Browse files
committed
Move to GitHub merge queues.
1 parent cf6af64 commit 9f1bf97

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/workflows/sdci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
pull_request:
3+
merge_group:
4+
5+
# This is required to silence emails about the workflow having no jobs.
6+
# We simply define a dummy job that does nothing much.
7+
jobs:
8+
dummy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: /usr/bin/true

bors.toml

-8
This file was deleted.

0 commit comments

Comments
 (0)