korekt-cli 0.5.0-beta.4 → 0.5.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scripts/azure.sh +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "korekt-cli",
3
- "version": "0.5.0-beta.4",
3
+ "version": "0.5.0-beta.5",
4
4
  "description": "AI-powered code review CLI - Keep your kode korekt",
5
5
  "main": "src/index.js",
6
6
  "bin": {
package/scripts/azure.sh CHANGED
@@ -484,7 +484,7 @@ fi
484
484
  echo "Posting PR status..."
485
485
 
486
486
  if [ "$CRITICAL_ISSUES" -gt 0 ]; then
487
- PR_STATUS="rejected"
487
+ PR_STATUS="failed"
488
488
  STATUS_DESCRIPTION="Found $CRITICAL_ISSUES critical severity issues that must be addressed"
489
489
  else
490
490
  PR_STATUS="succeeded"