Skip to content

Commit 120fadb

Browse files
authored
ci(mergify): upgrade configuration to current format
1 parent 71c39a4 commit 120fadb

1 file changed

Lines changed: 7 additions & 17 deletions

File tree

.github/mergify.yml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pull_request_rules:
5454
- "#assignee=0"
5555
actions:
5656
assign:
57-
users: [ "rohenaz" ]
57+
users: ["rohenaz"]
5858

5959
# ===============================================================================
6060
# ALERTS
@@ -165,10 +165,10 @@ pull_request_rules:
165165
- name: Welcome New Contributors
166166
conditions:
167167
- and:
168-
- author!=dependabot[bot]
169-
- author!=mergify[bot]
170-
- author!=rohenaz
171-
- author!=rohenaz
168+
- author!=dependabot[bot]
169+
- author!=mergify[bot]
170+
- author!=rohenaz
171+
- author!=rohenaz
172172
actions:
173173
comment:
174174
message: |
@@ -188,17 +188,7 @@ pull_request_rules:
188188
message: |
189189
This pull request looks stale. Feel free to reopen it if you think it's a mistake.
190190
label:
191-
add: [ "stale" ]
192-
193-
# ===============================================================================
194-
# BRANCHES
195-
# ===============================================================================
196-
197-
- name: Delete head branch after merge
198-
conditions:
199-
- merged
200-
actions:
201-
delete_head_branch:
191+
add: ["stale"]
202192

203193
# ===============================================================================
204194
# CONVENTION
@@ -220,4 +210,4 @@ pull_request_rules:
220210
# summary: |
221211
# {% if not check_succeed %}
222212
# Your pull request title must follow [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/).
223-
# {% endif %}
213+
# {% endif %}

0 commit comments

Comments
 (0)