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