-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.yml
55 lines (53 loc) · 1.44 KB
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
repository:
name: spock-mockable
description: Mock the un-mockable
topics: spock-extension, spock-framework, mocking
private: false
has_issues: true
has_projects: false
has_wiki: false
has_downloads: true
default_branch: main
allow_squash_merge: false
allow_merge_commit: false
allow_rebase_merge: true
allow_auto_merge: true
allow_update_branch: true
delete_branch_on_merge: true
enable_automated_security_fixes: true
enable_vulnerability_alerts: true
labels:
- name: waiting for feedback
color: '#D4C5F9'
description: Waiting for feedback issue/pr author
- name: dependencies
color: '#0366d6'
description: Pull requests that update a dependency file
- name: feature request
color: '#ffa221'
description: Issues requesting a new feature
branches:
- name: main
protection:
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_status_checks:
strict: true
checks:
- context: build
app_id: 15368
- context: pre-commit.ci - pr
app_id: 68672
- context: Semantic PR
app_id: 198092
- context: DCO
app_id: 1861
- context: CodeQL
app_id: 57789
enforce_admins: false
required_linear_history: true
required_conversation_resolution: true
restrictions: