Skip to content

Commit

Permalink
chore: update ruleset template (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 14, 2024
1 parent 7c8fcbb commit 5ff9057
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions rulesets/Pull request restriction.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"id": 2007378,
"name": "Pull request restriction",
"name": "Pull request restriction template",
"target": "branch",
"source_type": "Repository",
"source": "taiga-family/editor",
"enforcement": "active",
"conditions": {
"ref_name": {
"exclude": [],
"include": ["~DEFAULT_BRANCH", "refs/heads/snapshots/**/*", "refs/heads/v*"]
"include": ["~DEFAULT_BRANCH", "refs/heads/snapshots/**/*", "refs/heads/v[2;3;4;5;6;7;8;9;10;11].x"]
}
},
"rules": [
Expand All @@ -27,28 +27,7 @@
"parameters": {
"strict_required_status_checks_policy": false,
"do_not_enforce_on_create": false,
"required_status_checks": [
{
"context": "Build demo",
"integration_id": 15368
},
{
"context": "Build package",
"integration_id": 15368
},
{
"context": "Lint",
"integration_id": 15368
},
{
"context": "Tests",
"integration_id": 15368
},
{
"context": "E2E",
"integration_id": 15368
}
]
"required_status_checks": []
}
},
{
Expand Down

0 comments on commit 5ff9057

Please sign in to comment.