Skip to content

Commit 6e71895

Browse files
Merge pull request #681 from spastorino/filter-major-change-accepted
Filter out major-change-accepted proposals from new not seconded list
2 parents c6d4fc9 + 3f54a15 commit 6e71895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prioritization.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ pub fn agenda<'a>() -> Box<Step<'a>> {
239239
kind: github::QueryKind::List,
240240
filters: vec![("state", "open")],
241241
include_labels: vec!["major-change", "to-announce"],
242-
exclude_labels: vec!["final-comment-period"],
242+
exclude_labels: vec!["final-comment-period", "major-change-accepted"],
243243
},
244244
});
245245

0 commit comments

Comments
 (0)