|
1 | 1 | repository: |
2 | | - |
| 2 | + |
3 | 3 | # The name of the repository. Changing this will rename the repository |
4 | 4 | name: iterator |
5 | | - |
| 5 | + |
6 | 6 | # A short description of the repository that will show up on GitHub |
7 | 7 | description: A collection of classes that allow iteration over a predefined collection of elements. |
8 | | - |
| 8 | + |
9 | 9 | # A URL with more information about the repository |
10 | 10 | homepage: https://jsdsl.github.io/iterator/ |
11 | | - |
| 11 | + |
12 | 12 | # A comma-separated list of topics to set on the repository |
13 | 13 | topics: >- |
14 | 14 | typescript, iteration, iterator, iterators, iterable, iterables, async-iterator, async-iterators, async-iteration, |
15 | 15 | async-iterable, async-iterables, for-each, for-in, for-of, for-await, for-await-of |
16 | | -
|
| 16 | + |
17 | 17 | # Either `true` to make the repository private, or `false` to make it public. |
18 | 18 | private: false |
19 | | - |
| 19 | + |
20 | 20 | # Either `true` to enable issues for this repository, `false` to disable them. |
21 | 21 | has_issues: true |
22 | | - |
| 22 | + |
23 | 23 | # Either `true` to enable projects for this repository, or `false` to disable them. |
24 | 24 | # If projects are disabled for the organization, passing `true` will cause an API error. |
25 | 25 | has_projects: false |
26 | | - |
| 26 | + |
27 | 27 | # Either `true` to enable the wiki for this repository, `false` to disable it. |
28 | 28 | has_wiki: false |
29 | | - |
| 29 | + |
30 | 30 | # Either `true` to enable downloads for this repository, `false` to disable them. |
31 | 31 | has_downloads: true |
32 | | - |
| 32 | + |
33 | 33 | # Updates the default branch for this repository. |
34 | 34 | default_branch: master |
35 | | - |
| 35 | + |
36 | 36 | # Either `true` to allow squash-merging pull requests, or `false` to prevent |
37 | 37 | # squash-merging. |
38 | 38 | allow_squash_merge: true |
39 | | - |
| 39 | + |
40 | 40 | # Either `true` to allow merging pull requests with a merge commit, or `false` |
41 | 41 | # to prevent merging pull requests with merge commits. |
42 | 42 | allow_merge_commit: true |
43 | | - |
| 43 | + |
44 | 44 | # Either `true` to allow rebase-merging pull requests, or `false` to prevent |
45 | 45 | # rebase-merging. |
46 | 46 | allow_rebase_merge: true |
47 | | - |
| 47 | + |
48 | 48 | # Either `true` to enable automatic deletion of branches on merge, or `false` to disable |
49 | 49 | delete_branch_on_merge: false |
50 | | - |
| 50 | + |
51 | 51 | # Either `true` to enable automated security fixes, or `false` to disable |
52 | 52 | # automated security fixes. |
53 | 53 | enable_automated_security_fixes: false |
54 | | - |
| 54 | + |
55 | 55 | # Either `true` to enable vulnerability alerts, or `false` to disable |
56 | 56 | # vulnerability alerts. |
57 | 57 | enable_vulnerability_alerts: false |
0 commit comments