We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c842b27 commit ad84e47Copy full SHA for ad84e47
.mergify.yml
@@ -0,0 +1,11 @@
1
+# SPDX-License-Identifier: Apache-2.0
2
+
3
+pull_request_rules:
4
+ - name: Auto-Merge on Approving Label and Changes Limited to docs/ Folder
5
+ conditions:
6
+ - files~=^docs/
7
+ - -files~=^(?!^docs).*
8
+ - label=doc-merge
9
+ actions:
10
+ merge:
11
+ method: rebase
0 commit comments