generated from accelerator-blueprints/blueprint-github-action-typescipt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yml
87 lines (78 loc) · 1.88 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
_extends: .github
repository:
# See https://developer.github.com/v3/repos/#edit for all available settings.
# name: .github
description: "Github Action to query Github Releases"
topics: github, action, query, releases, draft, prerelease
private: false
has_issues: true
has_projects: false
has_wiki: false
has_downloads: false
has_pages: false
is_template: false
default_branch: main
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
delete_branch_on_merge: true
enable_automated_security_fixes: true
enable_vulnerability_alerts: false
labels:
# Release Labels (PR)
- name: release
color: "e9223b"
- name: prerelease
color: "42834b"
# Description labels
- name: bug
color: "db162f"
- name: enhancement
color: "0f1ef5"
- name: WIP
color: "404cf7"
# Description Labels (issues)
- name: Help wanted
color: "28502e"
# Description labels (PR)
- name: maintenance
color: "8991fa"
- name: skip-changelog
color: 7d94a3
# Priority labels (issues)
- name: "prio-critical"
color: "950f20"
- name: "prio-high"
color: "c4142a"
- name: "prio-medium"
color: "ffc122"
- name: "prio-low"
color: "ffcf55"
# Type labels (PR)
- label: documentation
color: "9badb8"
- label: code
color: "4d606c"
- label: test
color: "627b8a"
- label: build-definition
color: "7d94a3"
- label: dependencies
color: "7d94a3"
# PR Size labels (PR)
- label: "PR-Size: S"
color: "ffcf55"
- label: "PR-Size: M"
color: "ffc122"
- label: "PR-Size: L"
color: "ed5064"
branches:
- name: main
protection:
required_pull_request_reviews:
required_approving_review_count: 1
require_code_owner_reviews: true
required_status_checks:
enforce_admins: false
restrictions: