Skip to content

Commit 70f3d3e

Browse files
committed
Auto merge of #3070 - RalfJung:no-no-merges, r=RalfJung
disable no-merges check for now It leads to false warnings on sync PRs until rust-lang/triagebot#1720 lands.
2 parents 5910517 + a11b1d8 commit 70f3d3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/tools/miri/triagebot.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ allow-unauthenticated = [
1010
# Gives us the commands 'ready', 'author', 'blocked'
1111
[shortcut]
1212

13-
[no-merges]
14-
exclude_titles = ["Rollup of", "sync from rustc"]
13+
# disabled until https://github.com/rust-lang/triagebot/pull/1720 lands
14+
#[no-merges]
15+
#exclude_titles = ["Rollup of", "sync from rustc"]

0 commit comments

Comments
 (0)