Skip to content

Commit a389a76

Browse files
authored
Merge pull request #11 from ft-circleci-orbs/test-changes-to-github-settings
Update settings
2 parents 2cb7d3b + ce3be03 commit a389a76

File tree

1 file changed

+35
-37
lines changed

1 file changed

+35
-37
lines changed

.github/settings.yml

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,87 @@
11
# 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.
42

53
repository:
64
# See https://docs.github.com/en/rest/reference/repos#update-a-repository for all available settings.
75

86
# The name of the repository. Changing this will rename the repository
9-
# name: repo-name
7+
name: cloudsmith-circleci-orb
108

119
# 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.
1311

1412
# A URL with more information about the repository
15-
# homepage: https://example.github.io/
13+
homepage: https://example.github.io/
1614

1715
# A comma-separated list of topics to set on the repository
18-
topics: github, probot, code-management
16+
topics: github, probot
1917

2018
# Either `true` to make the repository private, or `false` to make it public.
21-
# private: false
19+
private: true
2220

2321
# Either `true` to enable issues for this repository, `false` to disable them.
24-
# has_issues: true
22+
has_issues: true
2523

2624
# Either `true` to enable projects for this repository, or `false` to disable them.
2725
# If projects are disabled for the organization, passing `true` will cause an API error.
2826
has_projects: true
2927

3028
# Either `true` to enable the wiki for this repository, `false` to disable it.
31-
# has_wiki: true
29+
has_wiki: true
3230

3331
# Either `true` to enable downloads for this repository, `false` to disable them.
34-
# has_downloads: true
32+
has_downloads: true
3533

3634
# Updates the default branch for this repository.
3735
default_branch: main
3836

3937
# Either `true` to allow squash-merging pull requests, or `false` to prevent
4038
# squash-merging.
41-
# allow_squash_merge: true
39+
allow_squash_merge: true
4240

4341
# Either `true` to allow merging pull requests with a merge commit, or `false`
4442
# to prevent merging pull requests with merge commits.
45-
# allow_merge_commit: true
43+
allow_merge_commit: true
4644

4745
# Either `true` to allow rebase-merging pull requests, or `false` to prevent
4846
# rebase-merging.
49-
# allow_rebase_merge: true
47+
allow_rebase_merge: true
5048

5149
# Either `true` to enable automatic deletion of branches on merge, or `false` to disable
5250
delete_branch_on_merge: true
5351

5452
# Either `true` to enable automated security fixes, or `false` to disable
5553
# automated security fixes.
56-
# enable_automated_security_fixes: true
54+
enable_automated_security_fixes: true
5755

5856
# Either `true` to enable vulnerability alerts, or `false` to disable
5957
# vulnerability alerts.
60-
# enable_vulnerability_alerts: true
58+
enable_vulnerability_alerts: true
6159

6260
# 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 🐛.
6765

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.
7270

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
7674

7775
# 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
8381

8482
# Collaborators: give specific users access to this repository.
8583
# See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options
86-
# collaborators:
84+
collaborators:
8785
# - username: bkeepers
8886
# permission: push
8987
# - username: hubot
@@ -99,16 +97,16 @@ repository:
9997

10098
# See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options
10199
teams:
102-
- name: code-management
100+
- name: core
103101
# The permission to grant the team. Can be one of:
104102
# * `pull` - can pull, but not push to or administer this repository.
105103
# * `push` - can pull and push, but not administer this repository.
106104
# * `admin` - can pull, push and administer this repository.
107105
# * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions.
108106
# * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access.
109107
permission: admin
110-
# - name: docs
111-
# permission: push
108+
- name: docs
109+
permission: push
112110

113111
branches:
114112
- name: main
@@ -120,7 +118,7 @@ branches:
120118
# The number of approvals required. (1-6)
121119
required_approving_review_count: 1
122120
# Dismiss approved reviews automatically when a new commit is pushed.
123-
dismiss_stale_reviews: false
121+
dismiss_stale_reviews: true
124122
# Blocks merge until code owners have reviewed.
125123
require_code_owner_reviews: true
126124
# 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.
@@ -141,4 +139,4 @@ branches:
141139
restrictions:
142140
apps: []
143141
users: []
144-
teams: []
142+
teams: []

0 commit comments

Comments
 (0)