Browse Source

chore: Let maintainer raise a PR on stable branch

version-14
Suraj Shetty 3 years ago
committed by GitHub
parent
commit
30f9572122
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      .mergify.yml

+ 5
- 3
.mergify.yml View File

@@ -1,9 +1,11 @@
pull_request_rules: pull_request_rules:
- name: Auto-close PRs on stable branch - name: Auto-close PRs on stable branch
conditions: conditions:
- or:
- base=version-13
- base=version-12
- and:
- author!=surajshetty3416
- or:
- base=version-13
- base=version-12
actions: actions:
close: close:
comment: comment:


Loading…
Cancel
Save