You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/infra/docs/rustc-ci.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,10 @@ Since the merge commit is based on the latest master and only one can be tested
80
80
at the same time, when the results are green master is fast-forwarded to that
81
81
merge commit.
82
82
83
-
The `auto` branch and other branches used by bors live on a fork of the rust-lang/rust: [rust-lang-ci/rust]. This as originally done to some security limitations in GitHub Actions. These limitations have been addressed, but we've not yet done the work of removing the use of a fork.
83
+
The `auto` branch and other branches used by bors live on a fork of rust-lang/rust:
84
+
[rust-lang-ci/rust]. This was originally done due to some security limitations in GitHub
85
+
Actions. These limitations have been addressed, but we've not yet done the work of removing
86
+
the use of the fork.
84
87
85
88
Unfortunately testing a single PR at the time, combined with our long CI (~3
86
89
hours for a full run)[^1], means we can’t merge too many PRs in a single day, and a
0 commit comments