You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2020/05/06 00:09:42 UTC

[GitHub] [metron] ottobackwards commented on a change in pull request #1580: METRON-2348 fix prepare-commit

ottobackwards commented on a change in pull request #1580:
URL: https://github.com/apache/metron/pull/1580#discussion_r420479572



##########
File path: dev-utilities/committer-utils/metron-committer-common
##########
@@ -135,8 +135,8 @@ function read_pull_request {
       exit 1
     fi
 
-    if [[ "$PR_MERGEABLE" != "\"clean\"" ]]; then
-      echo "Error: pull request #$PR is not mergable"
+    if [[ "$PR_MERGEABLE" == "\"clean\"" ]] || [[ "$PR_MERGEABLE" == "unstable" ]]; then

Review comment:
       drat




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org