summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/go-digest/.pullapprove.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-21 19:30:10 +0200
committerGitHub <noreply@github.com>2020-05-21 19:30:10 +0200
commit9eb6c3056398c3776018eccd121ac487a9282c36 (patch)
tree19b3d53d54b92ae28372b656ab1ff21fe10e645e /vendor/github.com/opencontainers/go-digest/.pullapprove.yml
parent17553caca453b3ca24ad3e5f1c15ffeaad87030a (diff)
parent7ccf5708dac7a2d8d1ea89a5d165f12e11d01131 (diff)
downloadpodman-9eb6c3056398c3776018eccd121ac487a9282c36.tar.gz
podman-9eb6c3056398c3776018eccd121ac487a9282c36.tar.bz2
podman-9eb6c3056398c3776018eccd121ac487a9282c36.zip
Merge pull request #6314 from containers/dependabot/go_modules/github.com/containers/storage-1.20.1
Bump github.com/containers/storage from 1.19.2 to 1.20.1
Diffstat (limited to 'vendor/github.com/opencontainers/go-digest/.pullapprove.yml')
-rw-r--r--vendor/github.com/opencontainers/go-digest/.pullapprove.yml38
1 files changed, 27 insertions, 11 deletions
diff --git a/vendor/github.com/opencontainers/go-digest/.pullapprove.yml b/vendor/github.com/opencontainers/go-digest/.pullapprove.yml
index 45fa4b9ec..b6165f83c 100644
--- a/vendor/github.com/opencontainers/go-digest/.pullapprove.yml
+++ b/vendor/github.com/opencontainers/go-digest/.pullapprove.yml
@@ -1,12 +1,28 @@
-approve_by_comment: true
-approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
-reject_regex: ^Rejected
-reset_on_push: true
-author_approval: ignored
-signed_off_by:
- required: true
-reviewers:
- teams:
- - go-digest-maintainers
- name: default
+version: 2
+
+requirements:
+ signed_off_by:
+ required: true
+
+always_pending:
+ title_regex: '^WIP'
+ explanation: 'Work in progress...'
+
+group_defaults:
required: 2
+ approve_by_comment:
+ enabled: true
+ approve_regex: '^LGTM'
+ reject_regex: '^Rejected'
+ reset_on_push:
+ enabled: true
+ author_approval:
+ ignored: true
+ conditions:
+ branches:
+ - master
+
+groups:
+ go-digest:
+ teams:
+ - go-digest-maintainers