Skip to content

Commit 839470b

Browse files
author
Trevor Sears
committed
Trying to get settings-bot to recognize changes...
1 parent 6002017 commit 839470b

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/settings.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
repository:
2-
2+
33
# The name of the repository. Changing this will rename the repository
44
name: iterator
5-
5+
66
# A short description of the repository that will show up on GitHub
77
description: A collection of classes that allow iteration over a predefined collection of elements.
8-
8+
99
# A URL with more information about the repository
1010
homepage: https://jsdsl.github.io/iterator/
11-
11+
1212
# A comma-separated list of topics to set on the repository
1313
topics: >-
1414
typescript, iteration, iterator, iterators, iterable, iterables, async-iterator, async-iterators, async-iteration,
1515
async-iterable, async-iterables, for-each, for-in, for-of, for-await, for-await-of
16-
16+
1717
# Either `true` to make the repository private, or `false` to make it public.
1818
private: false
19-
19+
2020
# Either `true` to enable issues for this repository, `false` to disable them.
2121
has_issues: true
22-
22+
2323
# Either `true` to enable projects for this repository, or `false` to disable them.
2424
# If projects are disabled for the organization, passing `true` will cause an API error.
2525
has_projects: false
26-
26+
2727
# Either `true` to enable the wiki for this repository, `false` to disable it.
2828
has_wiki: false
29-
29+
3030
# Either `true` to enable downloads for this repository, `false` to disable them.
3131
has_downloads: true
32-
32+
3333
# Updates the default branch for this repository.
3434
default_branch: master
35-
35+
3636
# Either `true` to allow squash-merging pull requests, or `false` to prevent
3737
# squash-merging.
3838
allow_squash_merge: true
39-
39+
4040
# Either `true` to allow merging pull requests with a merge commit, or `false`
4141
# to prevent merging pull requests with merge commits.
4242
allow_merge_commit: true
43-
43+
4444
# Either `true` to allow rebase-merging pull requests, or `false` to prevent
4545
# rebase-merging.
4646
allow_rebase_merge: true
47-
47+
4848
# Either `true` to enable automatic deletion of branches on merge, or `false` to disable
4949
delete_branch_on_merge: false
50-
50+
5151
# Either `true` to enable automated security fixes, or `false` to disable
5252
# automated security fixes.
5353
enable_automated_security_fixes: false
54-
54+
5555
# Either `true` to enable vulnerability alerts, or `false` to disable
5656
# vulnerability alerts.
5757
enable_vulnerability_alerts: false

0 commit comments

Comments
 (0)