Skip to content

Commit

Permalink
chore: change required status checks in rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Jan 30, 2025
1 parent d43fdbe commit a691e33
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/rules/ruleset-main_.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"conditions": {
"ref_name": {
"exclude": [],
"include": ["refs/heads/main*"]
"include": [
"refs/heads/main*"
]
}
},
"rules": [
Expand All @@ -33,7 +35,11 @@
"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 All @@ -43,8 +49,8 @@
"do_not_enforce_on_create": false,
"required_status_checks": [
{
"context": "Lint / Lint (push)",
"integration_id": 15368
"context": "CodeQL",
"integration_id": 57789
}
]
}
Expand Down Expand Up @@ -84,4 +90,4 @@
"bypass_mode": "always"
}
]
}
}

0 comments on commit a691e33

Please sign in to comment.