Skip to content

Commit 6a62fcd

Browse files
authored
Merge pull request #2056 from Urgau/fix-concerns-label
Fix label used to detect 10-days final comment period in major change
2 parents 5ba52eb + a2fce78 commit 6a62fcd

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)