diff --git a/.github/workflows/hypatia-scan-reusable.yml b/.github/workflows/hypatia-scan-reusable.yml index 31e940ebe..52a6c52ca 100644 --- a/.github/workflows/hypatia-scan-reusable.yml +++ b/.github/workflows/hypatia-scan-reusable.yml @@ -176,6 +176,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: hyperpolymath/standards + persist-credentials: false # Includes the filter's completion output and literal-glob matching. # Keep the helper immutable and compatible with the strict gate. ref: 6b0bfce648cf9b306693cea0af0bd5f6fc9fea0f diff --git a/config/rulesets/Immutable-Tags.json b/config/rulesets/Immutable-Tags.json index 53739afe3..768af9660 100644 --- a/config/rulesets/Immutable-Tags.json +++ b/config/rulesets/Immutable-Tags.json @@ -10,7 +10,6 @@ }, "bypass_actors": [], "rules": [ - {"type": "creation"}, {"type": "deletion"}, {"type": "non_fast_forward"}, {"type": "update"}, diff --git a/config/rulesets/Optimus-Branch.json b/config/rulesets/Optimus-Branch.json index 03ad48821..a1aee726d 100644 --- a/config/rulesets/Optimus-Branch.json +++ b/config/rulesets/Optimus-Branch.json @@ -29,7 +29,7 @@ "required_review_thread_resolution": true, "require_extra_approval_for_unattributed_changes": true, "required_reviewers": [], - "allowed_merge_methods": [] + "allowed_merge_methods": ["squash"] } }, {