mirror of https://github.com/Icinga/L10n.git
bin/autoresolve: Include `mergeable` in the log if it's not `CONFLICTING`
This commit is contained in:
parent
275ddfdf4b
commit
089bc11526
|
@ -154,7 +154,7 @@ for (( i = 0; i < $TOTAL_PULL_REQUESTS; i++ )); do
|
|||
|
||||
PR_MERGEABLE=$(read_json_var "$PULL_REQUESTS" .[$i].node.mergeable)
|
||||
if [[ "$PR_MERGEABLE" != "CONFLICTING" ]]; then
|
||||
echo "Ignoring pull request #$PR_NUMBER. No conflicts detected"
|
||||
echo "Ignoring pull request #$PR_NUMBER. No conflicts detected ($PR_MERGEABLE)"
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue