Skip to content

Commit

Permalink
chore(ci-cd): lint files by script
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Jan 22, 2025
1 parent 8748166 commit 1e54da2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/rules/ruleset-main_.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"conditions": {
"ref_name": {
"exclude": [],
"include": [
"refs/heads/main*"
]
"include": ["refs/heads/main*"]
}
},
"rules": [
Expand All @@ -35,11 +33,7 @@
"require_last_push_approval": false,
"required_review_thread_resolution": false,
"automatic_copilot_code_review_enabled": false,
"allowed_merge_methods": [
"merge",
"squash",
"rebase"
]
"allowed_merge_methods": ["merge", "squash", "rebase"]
}
},
{
Expand Down Expand Up @@ -90,4 +84,4 @@
"bypass_mode": "always"
}
]
}
}

0 comments on commit 1e54da2

Please sign in to comment.