Skip to content

Commit 79a347d

Browse files
committed
Testing
1 parent 2dc198f commit 79a347d

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "Default",
3+
"target": "branch",
4+
"source_type": "Repository",
5+
"enforcement": "active",
6+
"conditions": {
7+
"ref_name": {
8+
"exclude": [],
9+
"include": [
10+
"~DEFAULT_BRANCH"
11+
]
12+
}
13+
},
14+
"rules": [
15+
{
16+
"type": "pull_request",
17+
"parameters": {
18+
"required_approving_review_count": 1,
19+
"dismiss_stale_reviews_on_push": false,
20+
"require_code_owner_review": true,
21+
"require_last_push_approval": false,
22+
"required_review_thread_resolution": false,
23+
"automatic_copilot_code_review_enabled": false
24+
}
25+
},
26+
{
27+
"type": "deletion"
28+
},
29+
{
30+
"type": "non_fast_forward"
31+
}
32+
],
33+
"bypass_actors": [
34+
{
35+
"actor_id": 988504,
36+
"actor_type": "Integration",
37+
"bypass_mode": "always"
38+
}
39+
]
40+
}

develop-docs/sdk/processes/releases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can do this self-service via the settings page of your repository:
144144

145145
## Create ruleset for the repo
146146

147-
Download and save the [default ruleset template](Default_ruleset.json) as a JSON file.
147+
Download and save the [default ruleset template](./Default_ruleset.json) as a JSON file.
148148

149149
Visit to the ruleset setting page of your repository: `https://github.com/getsentry/REPONAME_HERE/settings/rules`, click on the green `New ruleset` button, choose `Import a ruleset`, and select the JSON file you just downloaded. You can tweak the ruleset settings as you need, but make sure not to remove the App in the Bypass List.
150150

0 commit comments

Comments
 (0)