Skip to content

Commit

Permalink
add Integration test (jsii-pacmak) to mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Nov 26, 2024
1 parent 9291ba0 commit 7e89fdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ queue_rules:
conditions:
- status-success~=^jsii/superchain
- status-success=Unit Tests
- status-success=Integration test (jsii-pacmak)
commit_message_template: |-
{{ title }} (#{{ number }})
Expand All @@ -14,6 +15,7 @@ queue_rules:
conditions:
- status-success~=^jsii/superchain
- status-success=Unit Tests
- status-success=Integration test (jsii-pacmak)
commit_message_template: |-
{{ title }} (#{{ number }})
Expand Down Expand Up @@ -50,6 +52,7 @@ pull_request_rules:
# Docker image validation
- status-success~=^Done$
- status-success=Unit Tests
- status-success=Integration test (jsii-pacmak)

- name: Synchronize that PR to upstream and merge it (squash)
actions:
Expand All @@ -76,6 +79,7 @@ pull_request_rules:
# Docker image validation
- status-success~=^jsii/superchain
- status-success=Unit Tests
- status-success=Integration test (jsii-pacmak)

- name: Synchronize that PR to upstream and merge it (no-squash)
actions:
Expand All @@ -102,6 +106,7 @@ pull_request_rules:
# Docker image validation
- status-success~=^jsii/superchain
- status-success=Unit Tests
- status-success=Integration test (jsii-pacmak)

- name: Clean branch up
actions:
Expand Down

0 comments on commit 7e89fdd

Please sign in to comment.