@@ -55,10 +55,16 @@ describe("blockAllContributors", () => {
55
55
"files": {
56
56
".all-contributorsrc": "{
57
57
"badgeTemplate": "\\t<a href=\\"#contributors\\" target=\\"_blank\\"><img alt=\\"👪 All Contributors: <%= contributors.length %>\\" src=\\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\\" /></a>",
58
+ "commitType": "docs",
58
59
"contributors": [],
60
+ "contributorsPerLine": 7,
59
61
"contributorsSortAlphabetically": true,
62
+ "files": [
63
+ "README.md"
64
+ ],
60
65
"projectName": "test-repository",
61
- "projectOwner": "test-owner"
66
+ "projectOwner": "test-owner",
67
+ "repoType": "github"
62
68
}",
63
69
".github": {
64
70
"workflows": {
@@ -182,6 +188,7 @@ describe("blockAllContributors", () => {
182
188
"files": {
183
189
".all-contributorsrc": "{
184
190
"badgeTemplate": "\\t<a href=\\"#contributors\\" target=\\"_blank\\"><img alt=\\"👪 All Contributors: <%= contributors.length %>\\" src=\\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\\" /></a>",
191
+ "commitType": "docs",
185
192
"contributors": [
186
193
{
187
194
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
@@ -198,9 +205,14 @@ describe("blockAllContributors", () => {
198
205
"profile": "http://www.joshuakgoldberg.com"
199
206
}
200
207
],
208
+ "contributorsPerLine": 7,
201
209
"contributorsSortAlphabetically": true,
210
+ "files": [
211
+ "README.md"
212
+ ],
202
213
"projectName": "test-repository",
203
- "projectOwner": "JoshuaKGoldberg"
214
+ "projectOwner": "JoshuaKGoldberg",
215
+ "repoType": "github"
204
216
}",
205
217
".github": {
206
218
"workflows": {
@@ -323,6 +335,7 @@ describe("blockAllContributors", () => {
323
335
"files": {
324
336
".all-contributorsrc": "{
325
337
"badgeTemplate": "\\t<a href=\\"#contributors\\" target=\\"_blank\\"><img alt=\\"👪 All Contributors: <%= contributors.length %>\\" src=\\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\\" /></a>",
338
+ "commitType": "docs",
326
339
"contributors": [
327
340
{
328
341
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
@@ -339,9 +352,14 @@ describe("blockAllContributors", () => {
339
352
"profile": "http://www.example.com"
340
353
}
341
354
],
355
+ "contributorsPerLine": 7,
342
356
"contributorsSortAlphabetically": true,
357
+ "files": [
358
+ "README.md"
359
+ ],
343
360
"projectName": "test-repository",
344
- "projectOwner": "test-owner"
361
+ "projectOwner": "test-owner",
362
+ "repoType": "github"
345
363
}",
346
364
".github": {
347
365
"workflows": {
0 commit comments