@theholocron/cli 2.0.0-alpha.61 → 2.0.0-alpha.62

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/dist/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -3990,7 +3990,7 @@ function buildRulesetPayload(requiredChecks = []) {
3990
3990
  dismiss_stale_reviews_on_push: false,
3991
3991
  require_code_owner_review: false,
3992
3992
  require_last_push_approval: false,
3993
- required_review_thread_resolution: false
3993
+ required_review_thread_resolution: true
3994
3994
  }
3995
3995
  }
3996
3996
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.0.0-alpha.61",
3
+ "version": "2.0.0-alpha.62",
4
4
  "description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",