|
1 |
| -_extends: .github |
2 |
| - |
3 |
| -# These settings are synced to GitHub by https://probot.github.io/apps/settings/ |
4 |
| -repository: |
5 |
| - # See https://developer.github.com/v3/repos/#edit for all available settings. |
6 |
| - |
7 |
| - # The name of the repository. Changing this will rename the repository |
8 |
| - # name: repo-name |
9 |
| - |
10 |
| - # A short description of the repository that will show up on GitHub |
11 |
| - # description: This is a a repository template, and the dscription and homepage can be changed in .github/settings.yml |
12 |
| - |
13 |
| - # A URL with more information about the repository |
14 |
| - # homepage: https://example.github.io/ |
15 |
| - |
16 |
| - # A comma-separated list of topics to set on the repository |
17 |
| - # topics: templates, github |
18 |
| - |
19 |
| - # Either `true` to enable issues for this repository, `false` to disable them. |
20 |
| - has_issues: true |
21 |
| - |
22 |
| - # Either `true` to enable projects for this repository, or `false` to disable them. |
23 |
| - # If projects are disabled for the organization, passing `true` will cause an API error. |
24 |
| - has_projects: true |
25 |
| - |
26 |
| - # Either `true` to enable the wiki for this repository, `false` to disable it. |
27 |
| - has_wiki: false |
28 |
| - |
29 |
| - # Either `true` to enable downloads for this repository, `false` to disable them. |
30 |
| - has_downloads: true |
31 |
| - |
32 |
| - # Updates the default branch for this repository. |
33 |
| - default_branch: master |
34 |
| - |
35 |
| - # Either `true` to allow squash-merging pull requests, or `false` to prevent |
36 |
| - # squash-merging. |
37 |
| - allow_squash_merge: true |
38 |
| - |
39 |
| - # Either `true` to allow merging pull requests with a merge commit, or `false` |
40 |
| - # to prevent merging pull requests with merge commits. |
41 |
| - allow_merge_commit: true |
42 |
| - |
43 |
| - # Either `true` to allow rebase-merging pull requests, or `false` to prevent |
44 |
| - # rebase-merging. |
45 |
| - allow_rebase_merge: true |
46 |
| - |
47 |
| - # Collaborators: give specific users access to this repository. |
48 |
| - # collaborators: |
49 |
| - # - username: username |
50 |
| - # Note: Only valid on organization-owned repositories. |
51 |
| - # The permission to grant the collaborator. Can be one of: |
52 |
| - # * `pull` - can pull, but not push to or administer this repository. |
53 |
| - # * `push` - can pull and push, but not administer this repository. |
54 |
| - # * `admin` - can pull, push and administer this repository. |
55 |
| - # permission: push |
56 |
| - |
57 |
| -# teams: |
58 |
| -# - name: core |
59 |
| -# permission: admin |
60 |
| -# - name: docs |
61 |
| -# permission: push |
62 |
| - |
63 |
| -branches: |
64 |
| - - name: master |
65 |
| - protection: |
66 |
| - required_pull_request_reviews: |
67 |
| - required_approving_review_count: 1 |
68 |
| - dismiss_stale_reviews: true |
69 |
| - require_code_owner_reviews: true |
70 |
| - dismissal_restrictions: |
71 |
| - users: [] |
72 |
| - teams: [] |
73 |
| - required_status_checks: |
74 |
| - strict: true |
75 |
| - contexts: [] |
76 |
| - enforce_admins: true |
77 |
| - restrictions: |
78 |
| - apps: [] |
79 |
| - users: [] |
80 |
| - teams: [] |
| 1 | +_extends: .github |
| 2 | + |
| 3 | +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ |
| 4 | +repository: |
| 5 | + # See https://developer.github.com/v3/repos/#edit for all available settings. |
| 6 | + |
| 7 | + # The name of the repository. Changing this will rename the repository |
| 8 | + # name: repo-name |
| 9 | + |
| 10 | + # A short description of the repository that will show up on GitHub |
| 11 | + # description: This is a a repository template, and the dscription and homepage can be changed in .github/settings.yml |
| 12 | + |
| 13 | + # A URL with more information about the repository |
| 14 | + # homepage: https://example.github.io/ |
| 15 | + |
| 16 | + # A comma-separated list of topics to set on the repository |
| 17 | + # topics: templates, github |
| 18 | + |
| 19 | + # Either `true` to enable issues for this repository, `false` to disable them. |
| 20 | + has_issues: true |
| 21 | + |
| 22 | + # Either `true` to enable projects for this repository, or `false` to disable them. |
| 23 | + # If projects are disabled for the organization, passing `true` will cause an API error. |
| 24 | + has_projects: true |
| 25 | + |
| 26 | + # Either `true` to enable the wiki for this repository, `false` to disable it. |
| 27 | + has_wiki: false |
| 28 | + |
| 29 | + # Either `true` to enable downloads for this repository, `false` to disable them. |
| 30 | + has_downloads: true |
| 31 | + |
| 32 | + # Updates the default branch for this repository. |
| 33 | + default_branch: master |
| 34 | + |
| 35 | + # Either `true` to allow squash-merging pull requests, or `false` to prevent |
| 36 | + # squash-merging. |
| 37 | + allow_squash_merge: true |
| 38 | + |
| 39 | + # Either `true` to allow merging pull requests with a merge commit, or `false` |
| 40 | + # to prevent merging pull requests with merge commits. |
| 41 | + allow_merge_commit: true |
| 42 | + |
| 43 | + # Either `true` to allow rebase-merging pull requests, or `false` to prevent |
| 44 | + # rebase-merging. |
| 45 | + allow_rebase_merge: true |
| 46 | + |
| 47 | + # Collaborators: give specific users access to this repository. |
| 48 | + # collaborators: |
| 49 | + # - username: username |
| 50 | + # Note: Only valid on organization-owned repositories. |
| 51 | + # The permission to grant the collaborator. Can be one of: |
| 52 | + # * `pull` - can pull, but not push to or administer this repository. |
| 53 | + # * `push` - can pull and push, but not administer this repository. |
| 54 | + # * `admin` - can pull, push and administer this repository. |
| 55 | + # permission: push |
| 56 | + |
| 57 | +# teams: |
| 58 | +# - name: core |
| 59 | +# permission: admin |
| 60 | +# - name: docs |
| 61 | +# permission: push |
| 62 | + |
| 63 | +branches: |
| 64 | + - name: master |
| 65 | + protection: |
| 66 | + required_pull_request_reviews: |
| 67 | + required_approving_review_count: 1 |
| 68 | + dismiss_stale_reviews: true |
| 69 | + require_code_owner_reviews: true |
| 70 | + dismissal_restrictions: |
| 71 | + users: [] |
| 72 | + teams: [] |
| 73 | + required_status_checks: |
| 74 | + strict: true |
| 75 | + contexts: [] |
| 76 | + enforce_admins: true |
| 77 | + restrictions: |
| 78 | + apps: [] |
| 79 | + users: [] |
| 80 | + teams: [] |
0 commit comments