summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Korland <gkorland@gmail.com>2019-03-15 21:35:24 +0200
committerGitHub <noreply@github.com>2019-03-15 21:35:24 +0200
commit656cd1a00ae7fdf1dc76707842a22b1192cd022f (patch)
tree062573ec8f8f928007be5609391c7c2bc95e95d5
parentc2b7f14c567a380982f7298e7da9f636042b8716 (diff)
downloadredis-656cd1a00ae7fdf1dc76707842a22b1192cd022f.tar.gz
Update pull.yml
-rw-r--r--.github/pull.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/pull.yml b/.github/pull.yml
index 4cc55b0f5..6ccf19ca9 100644
--- a/.github/pull.yml
+++ b/.github/pull.yml
@@ -3,3 +3,12 @@ rules:
- base: unstable
upstream: antirez:unstable
mergeMethod: merge
+ - base: 5.0
+ upstream: antirez:5.0
+ mergeMethod: merge
+ - base: 4.0
+ upstream: antirez:4.0
+ mergeMethod: merge
+ - base: 3.2
+ upstream: antirez:3.2
+ mergeMethod: merge