mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-15 09:20:58 -04:00
fix: Strict Mode Deprecation
This commit is contained in:
17
.mergify.yml
17
.mergify.yml
@@ -1,3 +1,10 @@
|
|||||||
|
queue_rules:
|
||||||
|
- name: default
|
||||||
|
conditions:
|
||||||
|
# Conditions to get out of the queue (= merged)
|
||||||
|
- status-success=Run Unit Tests
|
||||||
|
- status-success=Semantic Pull Request
|
||||||
|
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Automatically merge on CI success and review approval
|
- name: Automatically merge on CI success and review approval
|
||||||
conditions:
|
conditions:
|
||||||
@@ -13,10 +20,9 @@ pull_request_rules:
|
|||||||
- -closed
|
- -closed
|
||||||
- author!=dependabot[bot]
|
- author!=dependabot[bot]
|
||||||
actions:
|
actions:
|
||||||
merge:
|
queue:
|
||||||
method: squash
|
method: squash
|
||||||
strict: smart
|
name: default
|
||||||
strict_method: merge
|
|
||||||
|
|
||||||
- name: Automatically approve and merge Dependabot PRs
|
- name: Automatically approve and merge Dependabot PRs
|
||||||
conditions:
|
conditions:
|
||||||
@@ -31,7 +37,6 @@ pull_request_rules:
|
|||||||
actions:
|
actions:
|
||||||
review:
|
review:
|
||||||
type: APPROVE
|
type: APPROVE
|
||||||
merge:
|
queue:
|
||||||
method: squash
|
method: squash
|
||||||
strict: smart+fasttrack
|
name: default
|
||||||
strict_method: merge
|
|
||||||
|
|||||||
Reference in New Issue
Block a user