We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6c105 commit fa0f5d1Copy full SHA for fa0f5d1
.mergify.yml
@@ -39,6 +39,15 @@ pull_request_rules:
39
actions:
40
queue:
41
name: default
42
+ - name: rebase pull requests for the VM autobump
43
+ conditions:
44
+ - author=github-actions[bot]
45
+ - files~=^.buildkite/(pipeline.yml|bk.integration.pipeline.yml|.buildkite/bk.integration-fips.pipeline.yml)$
46
+ - head~=^updatecli_.*
47
+ - "#check-failure>0"
48
+ - schedule=Tue-Fri 04:00-06:00[Europe/Paris]
49
+ actions:
50
+ rebase:
51
- name: self-assign PRs
52
conditions:
53
- -merged
0 commit comments