@theholocron/cli 2.0.0-alpha.17 → 2.0.0-alpha.18

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 +5 -0
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -3581,6 +3581,11 @@ function buildRulesetPayload(requiredChecks = []) {
3581
3581
  name: RULESET_NAME,
3582
3582
  target: "branch",
3583
3583
  enforcement: "active",
3584
+ bypass_actors: [{
3585
+ actor_id: 4,
3586
+ actor_type: "RepositoryRole",
3587
+ bypass_mode: "always"
3588
+ }],
3584
3589
  conditions: { ref_name: {
3585
3590
  include: ["~DEFAULT_BRANCH"],
3586
3591
  exclude: []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.0.0-alpha.17",
3
+ "version": "2.0.0-alpha.18",
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",