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 93b78ee commit 4f76fd9Copy full SHA for 4f76fd9
tools/agenda-generator/src/generator.rs
@@ -80,6 +80,7 @@ impl Generator {
80
81
let new_proposals = GithubQuery::new("new change proposal")
82
.labels(&["api-change-proposal"])
83
+ .exclude_labels(&["ACP-accepted"])
84
.repo("rust-lang/libs-team")
85
.sort(Sort::Newest)
86
.take(10)
@@ -88,6 +89,7 @@ impl Generator {
88
89
90
GithubQuery::new("stalled change proposal")
91
92
93
94
.sort(Sort::LeastRecentlyUpdated)
95
0 commit comments