Skip to content

Commit b3a524e

Browse files
committed
Include issues tagged needs-fcp in relnotes section
Would have caught rust-lang/rust#93957, which had the actual FCP on a tracking issue.
1 parent f4c0f78 commit b3a524e

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
@@ -69,7 +69,7 @@ fn main() {
6969
.any(|o| SKIP_LABELS.contains(&o["name"].as_str().unwrap()))
7070
});
7171

72-
let relnotes_tags = &["relnotes", "finished-final-comment-period"];
72+
let relnotes_tags = &["relnotes", "finished-final-comment-period", "needs-fcp"];
7373

7474
let links = map_to_link_items("", in_release.clone());
7575
let (relnotes, rest) = partition_by_tag(in_release, relnotes_tags);

0 commit comments

Comments
 (0)