Skip to content

Commit

Permalink
chore(mergify): move deprecated parameters from pull_request_rules
Browse files Browse the repository at this point in the history
…to `queue_rules`
  • Loading branch information
otaviomacedo committed Oct 15, 2024
1 parent 76b99a9 commit 81a7492
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ queue_rules:
conditions:
- status-success~=^jsii/superchain
- status-success=Unit Tests
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash

pull_request_rules:
- name: label core
Expand Down Expand Up @@ -43,11 +48,6 @@ pull_request_rules:
changes_requested: false
queue:
name: default
method: squash
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
comment:
message: Merging (with squash)...
conditions:
Expand All @@ -74,11 +74,6 @@ pull_request_rules:
changes_requested: false
queue:
name: default
method: merge
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
comment:
message: Merging (no-squash)...
conditions:
Expand Down

0 comments on commit 81a7492

Please sign in to comment.