Skip to content

Commit 711f586

Browse files
govindkavaturi-artGkclaude
authored
chore(ci): fix Mergify deprecation — move queue.method to queue_rules.merge_method (#36)
Mergify flagged on the rollout PR (#32): the \`pull_request_rules → actions → queue → method\` field is deprecated. Mergify v2 wants \`merge_method:\` on the queue_rule itself. Co-authored-by: Gk <gk@Gks-MacBook-Pro.local> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b39462c commit 711f586

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.mergify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
queue_rules:
1212
- name: dependencies
13+
# ``merge_method`` lives on the queue rule (Mergify v2). The deprecated
14+
# ``method:`` field on ``actions.queue`` was removed.
15+
merge_method: squash
1316
batch_size: 5
1417
batch_max_wait_time: 30 m
1518
merge_conditions:
@@ -30,4 +33,3 @@ pull_request_rules:
3033
actions:
3134
queue:
3235
name: dependencies
33-
method: squash

0 commit comments

Comments
 (0)