You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
2
+
# Once installed, the app is accessible to all repositories within a GitHub Organization, but must be re-installed for new Organizations.
2
3
3
4
repository:
4
5
# See https://docs.github.com/en/rest/reference/repos#update-a-repository for all available settings.
5
6
6
7
# The name of the repository. Changing this will rename the repository
7
-
name: cloudsmith-circleci-orb
8
+
#name: repo-name
8
9
9
10
# A short description of the repository that will show up on GitHub
10
-
description: A CircleCI orb to assist with downloading from and publishing packages to Cloudsmith.
11
+
#description: description of repo
11
12
12
13
# A URL with more information about the repository
13
-
homepage: https://example.github.io/
14
+
#homepage: https://example.github.io/
14
15
15
16
# A comma-separated list of topics to set on the repository
16
-
topics: github, probot
17
+
topics: code-management
17
18
18
19
# Either `true` to make the repository private, or `false` to make it public.
19
-
private: true
20
+
#private: false
20
21
21
22
# Either `true` to enable issues for this repository, `false` to disable them.
22
-
has_issues: true
23
+
#has_issues: true
23
24
24
25
# Either `true` to enable projects for this repository, or `false` to disable them.
25
26
# If projects are disabled for the organization, passing `true` will cause an API error.
26
27
has_projects: true
27
28
28
29
# Either `true` to enable the wiki for this repository, `false` to disable it.
29
-
has_wiki: true
30
+
#has_wiki: true
30
31
31
32
# Either `true` to enable downloads for this repository, `false` to disable them.
32
-
has_downloads: true
33
+
#has_downloads: true
33
34
34
35
# Updates the default branch for this repository.
35
36
default_branch: main
36
37
37
38
# Either `true` to allow squash-merging pull requests, or `false` to prevent
38
39
# squash-merging.
39
-
allow_squash_merge: true
40
+
#allow_squash_merge: true
40
41
41
42
# Either `true` to allow merging pull requests with a merge commit, or `false`
42
43
# to prevent merging pull requests with merge commits.
43
-
allow_merge_commit: true
44
+
#allow_merge_commit: true
44
45
45
46
# Either `true` to allow rebase-merging pull requests, or `false` to prevent
46
47
# rebase-merging.
47
-
allow_rebase_merge: true
48
+
#allow_rebase_merge: true
48
49
49
50
# Either `true` to enable automatic deletion of branches on merge, or `false` to disable
50
51
delete_branch_on_merge: true
51
52
52
53
# Either `true` to enable automated security fixes, or `false` to disable
53
54
# automated security fixes.
54
-
enable_automated_security_fixes: true
55
+
#enable_automated_security_fixes: true
55
56
56
57
# Either `true` to enable vulnerability alerts, or `false` to disable
57
58
# vulnerability alerts.
58
-
enable_vulnerability_alerts: true
59
+
#enable_vulnerability_alerts: true
59
60
60
61
# Labels: define labels for Issues and Pull Requests
61
-
labels:
62
-
- name: bug
63
-
color: CC0000
64
-
description: An issue with the system 🐛.
62
+
#labels:
63
+
# - name: bug
64
+
# color: CC0000
65
+
# description: An issue with the system 🐛.
65
66
66
-
- name: feature
67
-
# If including a `#`, make sure to wrap it with quotes!
68
-
color: '#336699'
69
-
description: New functionality.
67
+
# - name: feature
68
+
# # If including a `#`, make sure to wrap it with quotes!
69
+
# color: '#336699'
70
+
# description: New functionality.
70
71
71
-
- name: Help Wanted
72
-
# Provide a new name to rename an existing label
73
-
new_name: first-timers-only
72
+
# - name: Help Wanted
73
+
# # Provide a new name to rename an existing label
74
+
# new_name: first-timers-only
74
75
75
76
# Milestones: define milestones for Issues and Pull Requests
76
-
milestones:
77
-
- title: milestone-title
78
-
description: milestone-description
79
-
# The state of the milestone. Either `open` or `closed`
80
-
state: open
77
+
#milestones:
78
+
# - title: milestone-title
79
+
# description: milestone-description
80
+
# # The state of the milestone. Either `open` or `closed`
81
+
# state: open
81
82
82
83
# Collaborators: give specific users access to this repository.
83
84
# See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options
84
-
collaborators:
85
+
#collaborators:
85
86
# - username: bkeepers
86
87
# permission: push
87
88
# - username: hubot
@@ -97,16 +98,16 @@ collaborators:
97
98
98
99
# See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options
99
100
teams:
100
-
- name: core
101
+
- name: code-management
101
102
# The permission to grant the team. Can be one of:
102
103
# * `pull` - can pull, but not push to or administer this repository.
103
104
# * `push` - can pull and push, but not administer this repository.
104
105
# * `admin` - can pull, push and administer this repository.
105
106
# * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
106
107
# * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access.
107
108
permission: admin
108
-
- name: docs
109
-
permission: push
109
+
#- name: docs
110
+
# permission: push
110
111
111
112
branches:
112
113
- name: main
@@ -118,7 +119,7 @@ branches:
118
119
# The number of approvals required. (1-6)
119
120
required_approving_review_count: 1
120
121
# Dismiss approved reviews automatically when a new commit is pushed.
121
-
dismiss_stale_reviews: true
122
+
dismiss_stale_reviews: false
122
123
# Blocks merge until code owners have reviewed.
123
124
require_code_owner_reviews: true
124
125
# Specify which users and teams can dismiss pull request reviews. Pass an empty dismissal_restrictions object to disable. User and team dismissal_restrictions are only available for organization-owned repositories. Omit this parameter for personal repositories.
0 commit comments