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` (#645)

We are using deprecated parameters that are about to be removed (October 21st, 2024).

---

_By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache-2.0 license_
  • Loading branch information
otaviomacedo authored Oct 18, 2024
1 parent 0fed249 commit f19164f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ queue_rules:
- -approved-reviews-by~=author
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
merge_method: squash
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
pull_request_rules:
- name: automatic merge
actions:
comment:
message: Thank you for contributing! Your pull request is now being automatically merged.
queue:
method: squash
name: default
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
delete_head_branch: {}
dismiss_reviews: {}
conditions:
Expand Down

0 comments on commit f19164f

Please sign in to comment.