Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 21, 2024
1 parent 9d408f4 commit 5435b81
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- base=master
- author=dependabot[bot]
- label=dependencies
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -merged
- -closed
merge_conditions:
- status-success=Game App
- status-success=Game Infra
- status-success=Pipelines
- status-success=Static Site
merge_method: squash

pull_request_rules:
- name: Automatically merge Dependabot PRs
Expand All @@ -19,6 +28,7 @@ pull_request_rules:
actions:
review:
type: APPROVE
- name: refactored queue action rule
conditions: []
actions:
queue:
name: default
method: squash

0 comments on commit 5435b81

Please sign in to comment.