Skip to content

Commit 33b10b3

Browse files
{"schema":"cmsg/1","type":"chore","scope":"github","summary":"sync default ruleset from provided export","intent":"replace the repo default ruleset with the downloaded vibe-mono export","impact":"updates ruleset metadata and removes stale required status check and copilot analysis tool entries","breaking":false,"risk":"medium","refs":[]}
1 parent e2539f5 commit 33b10b3

File tree

1 file changed

+7
-44
lines changed

1 file changed

+7
-44
lines changed

.github/rulesets/default.json

Lines changed: 7 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": 12430561,
2+
"id": 9349786,
33
"name": "default",
44
"target": "branch",
55
"source_type": "Repository",
6-
"source": "hack-ink/ELF",
6+
"source": "hack-ink/vibe-mono",
77
"enforcement": "active",
88
"conditions": {
99
"ref_name": {
@@ -55,27 +55,6 @@
5555
]
5656
}
5757
},
58-
{
59-
"type": "required_status_checks",
60-
"parameters": {
61-
"strict_required_status_checks_policy": false,
62-
"do_not_enforce_on_create": false,
63-
"required_status_checks": [
64-
{
65-
"context": "Task cargo clippy",
66-
"integration_id": 15368
67-
},
68-
{
69-
"context": "Task cargo fmt",
70-
"integration_id": 15368
71-
},
72-
{
73-
"context": "Task cargo nextest",
74-
"integration_id": 15368
75-
}
76-
]
77-
}
78-
},
7958
{
8059
"type": "code_scanning",
8160
"parameters": {
@@ -89,32 +68,16 @@
8968
}
9069
},
9170
{
92-
"type": "code_quality",
93-
"parameters": {
94-
"severity": "errors"
95-
}
96-
},
97-
{
98-
"type": "copilot_code_review_analysis_tools",
71+
"type": "copilot_code_review",
9972
"parameters": {
100-
"tools": [
101-
{
102-
"name": "CodeQL"
103-
},
104-
{
105-
"name": "ESLint"
106-
},
107-
{
108-
"name": "PMD"
109-
}
110-
]
73+
"review_on_push": true,
74+
"review_draft_pull_requests": false
11175
}
11276
},
11377
{
114-
"type": "copilot_code_review",
78+
"type": "code_quality",
11579
"parameters": {
116-
"review_on_push": true,
117-
"review_draft_pull_requests": false
80+
"severity": "errors"
11881
}
11982
}
12083
],

0 commit comments

Comments
 (0)