summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/go-digest/.pullapprove.yml
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-05-21 09:55:44 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-05-21 09:55:44 -0400
commit7ccf5708dac7a2d8d1ea89a5d165f12e11d01131 (patch)
tree5684806af55eb1640a7540708ea81fa964b0c81b /vendor/github.com/opencontainers/go-digest/.pullapprove.yml
parente9b344266a563a3dfcf693fc817f6b8cc0b7d815 (diff)
downloadpodman-7ccf5708dac7a2d8d1ea89a5d165f12e11d01131.tar.gz
podman-7ccf5708dac7a2d8d1ea89a5d165f12e11d01131.tar.bz2
podman-7ccf5708dac7a2d8d1ea89a5d165f12e11d01131.zip
Bump github.com/containers/storage from 1.19.2 to 1.20.1
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.19.2 to 1.20.1. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.19.2...v1.20.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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