File: .mergify.yml

package info (click to toggle)
python-etcd3 0.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: python: 2,111; makefile: 165
file content (17 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pull_request_rules:
  - name: automatic merge
    actions:
      merge:
        strict: true
    conditions:
    - label!=work-in-progress
    - '#approved-reviews-by>=1'
    - status-success=continuous-integration/travis-ci/pr
  - name: automatic merge from pyup
    actions:
      merge:
        strict: true
    conditions:
    - author=pyup-bot
    - label!=work-in-progress
    - status-success=continuous-integration/travis-ci/pr