diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-21 13:26:40 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-21 13:26:40 -0400 |
commit | 372829972bc793507488bb9c9628017bd8963d25 (patch) | |
tree | f4055fa22bd1a0e285cb0602feb69f9297eaaec5 /vendor/github.com/opencontainers/go-digest/.pullapprove.yml | |
parent | 6c8ce3eff60d0e220d3ca04706d9d05b3887b5ed (diff) | |
download | podman-372829972bc793507488bb9c9628017bd8963d25.tar.gz podman-372829972bc793507488bb9c9628017bd8963d25.tar.bz2 podman-372829972bc793507488bb9c9628017bd8963d25.zip |
Bump github.com/opencontainers/go-digest from 1.0.0-rc1 to 1.0.0
Bumps [github.com/opencontainers/go-digest](https://github.com/opencontainers/go-digest) from 1.0.0-rc1 to 1.0.0.
- [Release notes](https://github.com/opencontainers/go-digest/releases)
- [Commits](https://github.com/opencontainers/go-digest/compare/v1.0.0-rc1...v1.0.0)
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.yml | 38 |
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 |