Skip to content

Commit

Permalink
Include issues tagged needs-fcp in relnotes section
Browse files Browse the repository at this point in the history
Would have caught rust-lang/rust#93957, which
had the actual FCP on a tracking issue.
  • Loading branch information
tmandry committed Apr 28, 2022
1 parent f4c0f78 commit b3a524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn main() {
.any(|o| SKIP_LABELS.contains(&o["name"].as_str().unwrap()))
});

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

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

0 comments on commit b3a524e

Please sign in to comment.