|
1 | 1 | repository:
|
2 |
| - private: false |
3 |
| - has_issues: true |
4 |
| - has_wiki: false |
5 |
| - has_downloads: true |
6 |
| - default_branch: master |
7 |
| - allow_squash_merge: false |
8 |
| - allow_merge_commit: true |
9 |
| - allow_rebase_merge: false |
| 2 | + private: false |
| 3 | + has_issues: true |
| 4 | + has_wiki: false |
| 5 | + has_downloads: true |
| 6 | + default_branch: master |
| 7 | + allow_squash_merge: false |
| 8 | + allow_merge_commit: true |
| 9 | + allow_rebase_merge: false |
10 | 10 |
|
11 | 11 | # Labels: define labels for Issues and Pull Requests
|
12 | 12 | labels:
|
13 |
| - - name: "Dependencies 📦" |
14 |
| - color: 0025ff |
15 |
| - description: "Pull requests that update a dependency file" |
16 |
| - - name: "Image 🖼" |
17 |
| - color: 00ffff |
18 |
| - - name: "HTML 👷♀️" |
19 |
| - color: ffffff |
20 |
| - - name: "CSS 👩🎨" |
21 |
| - color: b3b3b3 |
22 |
| - - name: "JavaScript 🦏" |
23 |
| - color: ffff00 |
24 |
| - - name: "Go 🐹" |
25 |
| - color: 00ADD8 |
26 |
| - - name: "JSON 👨💼" |
27 |
| - color: 00ADD8 |
28 |
| - - name: "NEON 🦹♂️" |
29 |
| - color: CE3262 |
30 |
| - - name: "MarkDown 📝" |
31 |
| - color: 000000 |
32 |
| - - name: "YAML 🍄" |
33 |
| - color: ff1aff |
34 |
| - - name: "Templates 🌲" |
35 |
| - color: 009933 |
36 |
| - - name: "Helm ☸" |
37 |
| - color: 091C84 |
38 |
| - - name: "Tests 🧪" |
39 |
| - color: ffe6e6 |
40 |
| - - name: "Source 🔮" |
41 |
| - color: e6ffe6 |
42 |
| - - name: "Configuration ⚙" |
43 |
| - color: b3b3cc |
44 |
| - - name: "PHP 🐘" |
45 |
| - color: 8892BF |
46 |
| - description: "Hypertext Pre Processor" |
47 |
| - - name: "Docker 🐳" |
48 |
| - color: 0db7ed |
49 |
| - description: "Pull requests that relate to Docker" |
50 |
| - - name: "CI 🚧" |
51 |
| - color: ffff00 |
52 |
| - - name: "Feature 🏗" |
53 |
| - color: 66ff99 |
54 |
| - - name: "Documentation 📚" |
55 |
| - color: 6666ff |
56 |
| - - name: "Security 🕵️♀️" |
57 |
| - color: ff0000 |
58 |
| - - name: "Hacktoberfest 🎃" |
59 |
| - color: 152347 |
60 |
| - - name: "Bug 🐞" |
61 |
| - color: d73a4a |
62 |
| - description: "Something isn't working" |
63 |
| - oldname: bug |
64 |
| - - name: "Duplicate ♊" |
65 |
| - color: cfd3d7 |
66 |
| - description: "This issue or pull request already exists" |
67 |
| - oldname: duplicate |
68 |
| - - name: "Enhancement ✨" |
69 |
| - color: a2eeef |
70 |
| - description: "New feature or request" |
71 |
| - oldname: enhancement |
72 |
| - - name: "Good First Issue" |
73 |
| - color: 7057ff |
74 |
| - description: "Good for newcomers" |
75 |
| - oldname: "good first issue" |
76 |
| - - name: "Help Wanted" |
77 |
| - color: 008672 |
78 |
| - description: "Extra attention is needed" |
79 |
| - oldname: "help wanted" |
80 |
| - - name: Invalid |
81 |
| - color: e4e669 |
82 |
| - description: "This doesn't seem right" |
83 |
| - oldname: invalid |
84 |
| - - name: "Question ❓" |
85 |
| - color: d876e3 |
86 |
| - description: "Further information is requested" |
87 |
| - oldname: question |
88 |
| - - name: "Will not be fixed 🛑" |
89 |
| - color: ffffff |
90 |
| - description: "This will not be worked on" |
91 |
| - oldname: wontfix |
92 |
| - - name: "Sponsor Request ❤️" |
93 |
| - color: fedbf0 |
94 |
| - description: "Issue/PR opened by sponsor" |
| 13 | + - name: "Deprecations 👋" |
| 14 | + color: ff7700 |
| 15 | + - name: "Dependabot 🤖" |
| 16 | + color: 0366d6 |
| 17 | + - name: "Dependencies 📦" |
| 18 | + color: 0025ff |
| 19 | + description: "Pull requests that update a dependency file" |
| 20 | + - name: "Image 🖼" |
| 21 | + color: 00ffff |
| 22 | + - name: "HTML 👷♀️" |
| 23 | + color: ffffff |
| 24 | + - name: "CSS 👩🎨" |
| 25 | + color: b3b3b3 |
| 26 | + - name: "JavaScript 🦏" |
| 27 | + color: ffff00 |
| 28 | + - name: "Go 🐹" |
| 29 | + color: 00ADD8 |
| 30 | + - name: "JSON 👨💼" |
| 31 | + color: 00ADD8 |
| 32 | + - name: "NEON 🦹♂️" |
| 33 | + color: CE3262 |
| 34 | + - name: "MarkDown 📝" |
| 35 | + color: 000000 |
| 36 | + - name: "YAML 🍄" |
| 37 | + color: ff1aff |
| 38 | + - name: "Templates 🌲" |
| 39 | + color: 009933 |
| 40 | + - name: "Helm ☸" |
| 41 | + color: 091C84 |
| 42 | + - name: "Tests 🧪" |
| 43 | + color: ffe6e6 |
| 44 | + - name: "Source 🔮" |
| 45 | + color: e6ffe6 |
| 46 | + - name: "Configuration ⚙" |
| 47 | + color: b3b3cc |
| 48 | + - name: "PHP 🐘" |
| 49 | + color: 8892BF |
| 50 | + description: "Hypertext Pre Processor" |
| 51 | + - name: "Docker 🐳" |
| 52 | + color: 0db7ed |
| 53 | + description: "Pull requests that relate to Docker" |
| 54 | + - name: "CI 🚧" |
| 55 | + color: ffff00 |
| 56 | + - name: "Feature 🏗" |
| 57 | + color: 66ff99 |
| 58 | + - name: "Documentation 📚" |
| 59 | + color: 6666ff |
| 60 | + - name: "Security 🕵️♀️" |
| 61 | + color: ff0000 |
| 62 | + - name: "Hacktoberfest 🎃" |
| 63 | + color: 152347 |
| 64 | + - name: "Bug 🐞" |
| 65 | + color: d73a4a |
| 66 | + description: "Something isn't working" |
| 67 | + oldname: bug |
| 68 | + - name: "Duplicate ♊" |
| 69 | + color: cfd3d7 |
| 70 | + description: "This issue or pull request already exists" |
| 71 | + oldname: duplicate |
| 72 | + - name: "Enhancement ✨" |
| 73 | + color: a2eeef |
| 74 | + description: "New feature or request" |
| 75 | + oldname: enhancement |
| 76 | + - name: "Good First Issue" |
| 77 | + color: 7057ff |
| 78 | + description: "Good for newcomers" |
| 79 | + oldname: "good first issue" |
| 80 | + - name: "Help Wanted" |
| 81 | + color: 008672 |
| 82 | + description: "Extra attention is needed" |
| 83 | + oldname: "help wanted" |
| 84 | + - name: Invalid |
| 85 | + color: e4e669 |
| 86 | + description: "This doesn't seem right" |
| 87 | + oldname: invalid |
| 88 | + - name: "Question ❓" |
| 89 | + color: d876e3 |
| 90 | + description: "Further information is requested" |
| 91 | + oldname: question |
| 92 | + - name: "Will not be fixed 🛑" |
| 93 | + color: ffffff |
| 94 | + description: "This will not be worked on" |
| 95 | + oldname: wontfix |
| 96 | + - name: "Sponsor Request ❤️" |
| 97 | + color: fedbf0 |
| 98 | + description: "Issue/PR opened by sponsor" |
95 | 99 |
|
96 | 100 | branches:
|
97 |
| - - name: master |
98 |
| - protection: |
99 |
| - required_pull_request_reviews: |
100 |
| - required_approving_review_count: 1 |
101 |
| - dismiss_stale_reviews: true |
102 |
| - require_code_owner_reviews: true |
103 |
| - # Required. Require status checks to pass before merging. Set to null to disable |
104 |
| - required_status_checks: |
105 |
| - # Required. Require branches to be up to date before merging. |
106 |
| - strict: true |
107 |
| - # Required. The list of status checks to require in order to merge into this branch |
108 |
| - contexts: [] |
109 |
| - # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. |
110 |
| - enforce_admins: true |
111 |
| - # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. |
112 |
| - restrictions: |
113 |
| - apps: [] |
114 |
| - users: [] |
115 |
| - teams: [] |
| 101 | + - name: master |
| 102 | + protection: |
| 103 | + required_pull_request_reviews: |
| 104 | + required_approving_review_count: 1 |
| 105 | + dismiss_stale_reviews: true |
| 106 | + require_code_owner_reviews: true |
| 107 | + # Required. Require status checks to pass before merging. Set to null to disable |
| 108 | + required_status_checks: |
| 109 | + # Required. Require branches to be up to date before merging. |
| 110 | + strict: true |
| 111 | + # Required. The list of status checks to require in order to merge into this branch |
| 112 | + contexts: [ |
| 113 | + "Milestone Check", |
| 114 | + "✔️" |
| 115 | + ] |
| 116 | + # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. |
| 117 | + enforce_admins: true |
| 118 | + # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. |
| 119 | + restrictions: |
| 120 | + apps: [] |
| 121 | + users: [] |
| 122 | + teams: [] |
0 commit comments