We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c0f78 commit b3a524eCopy full SHA for b3a524e
src/main.rs
@@ -69,7 +69,7 @@ fn main() {
69
.any(|o| SKIP_LABELS.contains(&o["name"].as_str().unwrap()))
70
});
71
72
- let relnotes_tags = &["relnotes", "finished-final-comment-period"];
+ let relnotes_tags = &["relnotes", "finished-final-comment-period", "needs-fcp"];
73
74
let links = map_to_link_items("", in_release.clone());
75
let (relnotes, rest) = partition_by_tag(in_release, relnotes_tags);
0 commit comments