Skip to content

Commit 33b99bd

Browse files
authored
Merge pull request #4395 from tgross35/triagebot-branch-warn
Make triagebot warn on non-default branches
2 parents 7dbd043 + 868b75f commit 33b99bd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+6
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ or mark it as a draft if you are not sure. -->
3737
included (see [#3131](https://github.com/rust-lang/libc/issues/3131))
3838
- [ ] Tested locally (`cd libc-test && cargo test --target mytarget`);
3939
especially relevant for platforms that may not be checked in CI
40+
41+
<!-- labels: is this PR a breaking change? If not, we can probably get it in a
42+
0.2 release. Just uncomment the following:
43+
44+
@rustbot label +stable-nominated
45+
-->

triagebot.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ allow-unauthenticated = [
88
]
99

1010
[assign]
11+
warn_non_default_branch.enable = true
1112
contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md"
1213

1314
[assign.owners]

0 commit comments

Comments
 (0)