Skip to content

Commit 9fbd593

Browse files
committed
Auto merge of rust-lang#116353 - Kobzol:new-bors-event, r=Mark-Simulacrum
Add new bors try branches to CI Workflows for the new bors weren't launching, because its branches weren't whitelisted here. r? `@Mark-Simulacrum`
2 parents dd513e1 + 76b70eb commit 9fbd593

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ name: CI
2121
- auto
2222
- try
2323
- try-perf
24+
- automation/bors/try
25+
- automation/bors/try-merge
2426
- master
2527
pull_request:
2628
branches:

src/ci/github-actions/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ on:
281281
- auto
282282
- try
283283
- try-perf
284+
- automation/bors/try
285+
- automation/bors/try-merge
284286
- master
285287
pull_request:
286288
branches:

0 commit comments

Comments
 (0)