Skip to content

Commit a2fce78

Browse files
committed
Fix label used to detect 10-days final comment period in major change
1 parent 5ba52eb commit a2fce78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/major_change.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ pub(super) async fn handle_input(
200200
),
201201
Invocation::ConcernsResolved => (
202202
if event.issue.labels().contains(&Label {
203-
name: config.enabling_label.to_string(),
203+
name: config.second_label.to_string(),
204204
}) {
205205
format!("All concerns on the [associated GitHub issue]({}) have been resolved, this proposal is no longer blocked, and will be approved in 10 days if no (new) objections are raised.", event.issue.html_url)
206206
} else {

0 commit comments

Comments
 (0)