Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/hypatia-scan-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config/rulesets/Immutable-Tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"bypass_actors": [],
"rules": [
{"type": "creation"},
{"type": "deletion"},
{"type": "non_fast_forward"},
{"type": "update"},
Expand Down
2 changes: 1 addition & 1 deletion config/rulesets/Optimus-Branch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
},
{
Expand Down
Loading