github.com/hechain20/hechain@v0.0.0-20220316014945-b544036ba106/.mergify.yml (about)

     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