-
Notifications
You must be signed in to change notification settings - Fork 773
Add PullApprove support to enforce consistent review #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ensure that OCI projects share the same approval settings. opencontainers/project-template#4 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
|
Hey @philips, would be great to have this applied so things are consistent across OCI projects. Thanks! |
|
LGTM |
|
LGTM although the proprietary product saddens me :-( |
|
Yeah. that seems wonky. This could be a dumb simple, FOSS web-service On Wed, Jun 1, 2016 at 2:09 PM, Jonathan Boulle notifications@github.com
|
|
Is there a human readable explanation of this? |
|
@caniszczyk gah, now you blocked everything |
|
LGTM :) @philips |
|
Merging this under the assumption that this will unblock stuff. |
The signoff requirement catches us up with fcc7f42 (Add contributing and maintainer guidelines, 2016-05-03, opencontainers#1). The author ignore catches us up with c82a2e7 (MAINTAINERS: disallow self-LGTMs, 2016-05-27, opencontainers#13). The push reset catches us up with opencontainers/runtime-spec@aa9f3a26 (Add PullApprove checks, 2016-05-26, opencontainers/runtime-spec#458), opencontainers/image-spec@95a46754d (Add PullApprove support to enforce review, 2016-06-01, opencontainers/image-spec#101) and opencontainers/runc@e2fd7c11 (Add PullApprove support, 2016-05-26, opencontainers/runc#847). Signed-off-by: W. Trevor King <wking@tremily.us>
The signoff requirement catches us up with fcc7f42 (Add contributing and maintainer guidelines, 2016-05-03, opencontainers#1). The author ignore catches us up with c82a2e7 (MAINTAINERS: disallow self-LGTMs, 2016-05-27, opencontainers#13). The push reset catches us up with opencontainers/runtime-spec@aa9f3a26 (Add PullApprove checks, 2016-05-26, opencontainers/runtime-spec#458), opencontainers/image-spec@95a46754d (Add PullApprove support to enforce review, 2016-06-01, opencontainers/image-spec#101) and opencontainers/runc@e2fd7c11 (Add PullApprove support, 2016-05-26, opencontainers/runc#847). Signed-off-by: W. Trevor King <wking@tremily.us>
The sign-off requirement catches us up with fcc7f42 (Add contributing and maintainer guidelines, 2016-05-03, opencontainers#1). The author ignore catches us up with c82a2e7 (MAINTAINERS: disallow self-LGTMs, 2016-05-27, opencontainers#13). The push reset catches us up with opencontainers/runtime-spec@aa9f3a26 (Add PullApprove checks, 2016-05-26, opencontainers/runtime-spec#458), opencontainers/image-spec@95a46754d (Add PullApprove support to enforce review, 2016-06-01, opencontainers/image-spec#101) and opencontainers/runc@e2fd7c11 (Add PullApprove support, 2016-05-26, opencontainers/runc#847). Signed-off-by: W. Trevor King <wking@tremily.us>

Ensure that OCI projects share the same approval settings, this has been done for the runtime-spec and runc already, so it makes sense to do the same for image-spec:
opencontainers/project-template#4
https://pullapprove.com/opencontainers/image-spec/
Signed-off-by: Chris Aniszczyk caniszczyk@gmail.com