Skip to content

Commit 4c5e1c6

Browse files
committed
fix: Strict Mode Deprecation
1 parent 9b99800 commit 4c5e1c6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.mergify.yml

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
queue_rules:
2+
- name: default
3+
conditions:
4+
# Conditions to get out of the queue (= merged)
5+
- status-success=Run Unit Tests
6+
- status-success=Semantic Pull Request
7+
18
pull_request_rules:
29
- name: Automatically merge on CI success and review approval
310
conditions:
@@ -13,10 +20,9 @@ pull_request_rules:
1320
- -closed
1421
- author!=dependabot[bot]
1522
actions:
16-
merge:
23+
queue:
1724
method: squash
18-
strict: smart
19-
strict_method: merge
25+
name: default
2026

2127
- name: Automatically approve and merge Dependabot PRs
2228
conditions:
@@ -31,7 +37,6 @@ pull_request_rules:
3137
actions:
3238
review:
3339
type: APPROVE
34-
merge:
40+
queue:
3541
method: squash
36-
strict: smart+fasttrack
37-
strict_method: merge
42+
name: default

0 commit comments

Comments
 (0)