We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c657f commit 8748166Copy full SHA for 8748166
.github/rules/ruleset-main_.json
@@ -49,11 +49,23 @@
49
"do_not_enforce_on_create": false,
50
"required_status_checks": [
51
{
52
- "context": "Lint (push)",
+ "context": "Lint / Lint (push)",
53
"integration_id": 15368
54
}
55
]
56
57
+ },
58
+ {
59
+ "type": "code_scanning",
60
+ "parameters": {
61
+ "code_scanning_tools": [
62
63
+ "tool": "CodeQL",
64
+ "security_alerts_threshold": "high_or_higher",
65
+ "alerts_threshold": "errors"
66
+ }
67
+ ]
68
69
70
],
71
"bypass_actors": [
0 commit comments