mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
* refactor: fix quality gate issues, improve type safety and pagination * refactor: integrate eslint-plugin-sonarjs and fix cognitive complexity issues * fix(ci): remove invalid secrets reference in workflow with block * fix(build): resolve strict null check errors in diff logic --------- Co-authored-by: ClaudiaFang <tianyao.firstsun@gmail.coim>
22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"name": "master",
|
|
"enforcement": "active",
|
|
"rules": [
|
|
{
|
|
"type": "deletion"
|
|
},
|
|
{
|
|
"type": "non_fast_forward"
|
|
},
|
|
{
|
|
"type": "required_status_checks",
|
|
"parameters": {
|
|
"strict_required_status_checks_policy": true,
|
|
"required_status_checks": [
|
|
{ "context": "CI / Lint" },
|
|
{ "context": "CI / Test (Node 22)" }
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|