Skip to content

Commit ad84e47

Browse files
Brett Logandenyeart
Brett Logan
authored andcommitted
[FAB-17443] Implement Bot to Support Doc Maintainers
Signed-off-by: Brett Logan <[email protected]>
1 parent c842b27 commit ad84e47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.mergify.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)