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

Commit fa2c3d9

Browse files
authored
Add support for merge queue (#273)
1 parent 282a0d2 commit fa2c3d9

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@
1010
- [ ] Documentation added (or not applicable)
1111
- [ ] Changelog updated (or not applicable)
1212
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
13-
14-
Once the review is done, comment `bors r+` (or `bors merge`) to merge. [Further information](https://bors.tech/documentation/getting-started/#reviewing-pull-requests)

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
tags:
1212
- "*"
1313
pull_request:
14+
merge_group:
1415

1516
env:
1617
CARGO_TERM_COLOR: always

bors.toml

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

0 commit comments

Comments
 (0)