We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5e52a commit dbddc75Copy full SHA for dbddc75
1 file changed
bin/gstack-risk-score
@@ -17,6 +17,7 @@ set -euo pipefail
17
18
JSON_MODE=""
19
[ "${1:-}" = "--json" ] && JSON_MODE=1
20
+export JSON_MODE
21
22
# Detect base branch
23
BASE=$(gh pr view --json baseRefName -q .baseRefName 2>/dev/null || \
0 commit comments