Skip to content

Commit

Permalink
[FAB-17443] Implement Bot to Support Doc Maintainers
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
  • Loading branch information
Brett Logan authored and denyeart committed Jan 28, 2020
1 parent c842b27 commit ad84e47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-License-Identifier: Apache-2.0

pull_request_rules:
- name: Auto-Merge on Approving Label and Changes Limited to docs/ Folder
conditions:
- files~=^docs/
- -files~=^(?!^docs).*
- label=doc-merge
actions:
merge:
method: rebase

0 comments on commit ad84e47

Please sign in to comment.