Skip to content

Commit

Permalink
Auto merge of #3070 - RalfJung:no-no-merges, r=RalfJung
Browse files Browse the repository at this point in the history
disable no-merges check for now

It leads to false warnings on sync PRs until rust-lang/triagebot#1720 lands.
  • Loading branch information
bors committed Sep 21, 2023
2 parents 401d897 + d162333 commit 13c067e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ allow-unauthenticated = [
# Gives us the commands 'ready', 'author', 'blocked'
[shortcut]

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

0 comments on commit 13c067e

Please sign in to comment.