Skip to content

Commit

Permalink
Update deprecated mergify rules (tensorflow#2732)
Browse files Browse the repository at this point in the history
* .

* nl add

* update mergify
  • Loading branch information
suleshahid authored Oct 28, 2024
1 parent 78e5467 commit 1b975d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ queue_rules:
- name: default
checks_timeout: 2 h
branch_protection_injection_mode: queue
merge_method: squash
conditions:
- base=main
- label=ci:ready_to_merge
commit_message_template: |
{{ title }} (#{{ number }})
{{ body_raw }}
pull_request_rules:
Expand All @@ -15,10 +19,6 @@ pull_request_rules:
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body_raw }}

- name: remove ci:ready_to_merge label
conditions:
Expand Down

0 comments on commit 1b975d9

Please sign in to comment.