Skip to content

Commit f4c0f78

Browse files
committed
Put T-libs-api PRs under Libraries
1 parent b88126a commit f4c0f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ fn partition_prs<'a>(
268268
iter: impl IntoIterator<Item = &'a json::Value>,
269269
) -> (String, String, String, String, String) {
270270
let (compat_notes, rest) = partition_by_tag(iter, &["C-future-compatibility"]);
271-
let (libs, rest) = partition_by_tag(rest, &["T-libs"]);
271+
let (libs, rest) = partition_by_tag(rest, &["T-libs", "T-libs-api"]);
272272
let (lang, rest) = partition_by_tag(rest, &["T-lang"]);
273273
let (compiler, rest) = partition_by_tag(rest, &["T-compiler"]);
274274

0 commit comments

Comments
 (0)