Skip to content

Commit

Permalink
Fix blessings (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Aug 8, 2024
1 parent f505cea commit 5685dda
Show file tree
Hide file tree
Showing 36 changed files with 451 additions and 65 deletions.
1 change: 1 addition & 0 deletions packages/mergebot/src/_tests/cachedQueries.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = ((h) => ({
new Map([
["Needs Maintainer Action", "f75ad846"],
["Needs Maintainer Review", "47fc9ee4"],
["Waiting for Code Reviews (Blessed)", "e2dd54d5"],
["Waiting for Code Reviews", "98236657"],
["Needs Author Action", "d389394c"],
["Waiting for Author to Merge", "7da042bf"],
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/45627/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-06-21T09:33:06.000Z",
"lastActivityDate": "2020-07-06T08:36:06.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"mergeOfferDate": "2020-04-30T01:31:41.000Z",
"mergeRequestDate": "2020-07-06T08:36:06.000Z",
"mergeRequestUser": "spamshaker",
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/45884/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-07-04T08:33:11.000Z",
"lastActivityDate": "2020-07-06T06:50:47.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"mergeOfferDate": "2020-07-06T06:51:10.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/45888/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-07-04T18:01:47.000Z",
"lastActivityDate": "2020-07-06T07:40:21.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/mergebot/src/_tests/fixtures/45888/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
}
}
},
{
"mutation": "mutation ($input: UpdateProjectV2ItemFieldValueInput!) {\n updateProjectV2ItemFieldValue(input: $input) {\n __typename\n }\n}\n",
"variables": {
"input": {
"itemId": "MDExOlByb2plY3RDYXJkNDEyNjY1MTY=",
"projectId": "PVT_kwDOADeBNM4AkH1q",
"fieldId": "PVTSSF_lADOADeBNM4AkH1qzgcYOEM",
"value": {
"singleSelectOptionId": "e2dd54d5"
}
}
}
},
{
"mutation": "mutation ($input: AddCommentInput!) {\n addComment(input: $input) {\n __typename\n }\n}\n",
"variables": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/45888/result.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectColumn": "Waiting for Code Reviews",
"projectColumn": "Waiting for Code Reviews (Blessed)",
"labels": [
"Other Approved",
"Untested Change"
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/45999/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-07-10T13:10:49.000Z",
"lastActivityDate": "2020-07-11T02:36:41.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/46008/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-07-10T00:44:49.000Z",
"lastActivityDate": "2020-07-11T02:09:10.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/46279/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-07-23T01:03:50.000Z",
"lastActivityDate": "2020-07-23T18:40:41.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/46279/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"variables": {
"input": {
"id": "MDEyOklzc3VlQ29tbWVudDY2Mjc3Mjk1MA==",
"body": "@pzingg Thank you for submitting this PR!\n\n***This is a live comment that I will keep updated.***\n\n## 1 package in this PR\n\n* `phoenix_live_view` β€” [on npm](https://www.npmjs.com/package/phoenix_live_view), [on unpkg](https://unpkg.com/browse/phoenix_live_view@latest/) (author is owner)\n\n## Code Reviews\n\nThis PR can be merged once it's reviewed.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=46279&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * βœ… Continuous integration tests have passed\n * πŸ• Most recent commit is approved by a DT maintainer\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ...\n<!--typescript_bot_welcome-->"
"body": "@pzingg Thank you for submitting this PR!\n\n***This is a live comment that I will keep updated.***\n\n## 1 package in this PR\n\n* `phoenix_live_view` β€” [on npm](https://www.npmjs.com/package/phoenix_live_view), [on unpkg](https://unpkg.com/browse/phoenix_live_view@latest/) (author is owner)\n\n## Code Reviews\n\nThere aren't any other owners of this package, so a DT maintainer will review it.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=46279&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * βœ… Continuous integration tests have passed\n * πŸ• A DT maintainer can merge changes when there are no other reviewers\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ...\n<!--typescript_bot_welcome-->"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/46279/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"tag": "welcome",
"status": "@pzingg Thank you for submitting this PR!\n\n***This is a live comment that I will keep updated.***\n\n## 1 package in this PR\n\n* `phoenix_live_view` β€” [on npm](https://www.npmjs.com/package/phoenix_live_view), [on unpkg](https://unpkg.com/browse/phoenix_live_view@latest/) (author is owner)\n\n## Code Reviews\n\nThis PR can be merged once it's reviewed.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=46279&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * βœ… Continuous integration tests have passed\n * πŸ• Most recent commit is approved by a DT maintainer\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ..."
"status": "@pzingg Thank you for submitting this PR!\n\n***This is a live comment that I will keep updated.***\n\n## 1 package in this PR\n\n* `phoenix_live_view` β€” [on npm](https://www.npmjs.com/package/phoenix_live_view), [on unpkg](https://unpkg.com/browse/phoenix_live_view@latest/) (author is owner)\n\n## Code Reviews\n\nThere aren't any other owners of this package, so a DT maintainer will review it.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=46279&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * βœ… Continuous integration tests have passed\n * πŸ• A DT maintainer can merge changes when there are no other reviewers\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ..."
},
{
"tag": "pinging-reviewers-others",
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/46804/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-08-15T20:29:40.000Z",
"lastActivityDate": "2020-08-25T19:30:37.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/mergebot/src/_tests/fixtures/46804/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@
}
}
},
{
"mutation": "mutation ($input: UpdateProjectV2ItemFieldValueInput!) {\n updateProjectV2ItemFieldValue(input: $input) {\n __typename\n }\n}\n",
"variables": {
"input": {
"itemId": "MDExOlByb2plY3RDYXJkNDM3MTk3MDM=",
"projectId": "PVT_kwDOADeBNM4AkH1q",
"fieldId": "PVTSSF_lADOADeBNM4AkH1qzgcYOEM",
"value": {
"singleSelectOptionId": "e2dd54d5"
}
}
}
},
{
"mutation": "mutation ($input: AddCommentInput!) {\n addComment(input: $input) {\n __typename\n }\n}\n",
"variables": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/46804/result.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectColumn": "Waiting for Code Reviews",
"projectColumn": "Waiting for Code Reviews (Blessed)",
"labels": [
"Untested Change"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-08-25T05:47:26.000Z",
"lastActivityDate": "2020-08-26T20:01:58.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,18 @@
"body": "@mastermatt Thank you for submitting this PR!\n\n***This is a live comment that I will keep updated.***\n\n## 2 packages in this PR\n\n* `express-serve-static-core` β€” [on npm](https://www.npmjs.com/package/express-serve-static-core), [on unpkg](https://unpkg.com/browse/express-serve-static-core@latest/)\n - owner-approval: @dwrss\n* `express` β€” [on npm](https://www.npmjs.com/package/express), [on unpkg](https://unpkg.com/browse/express@latest/)\n\n## Code Reviews\n\nThis PR can be merged once it's reviewed.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=47017&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * βœ… Continuous integration tests have passed\n * πŸ• All owners or a DT maintainer needs to approve changes that affect more than one package\n - βœ… express-serve-static-core\n - πŸ• express\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ...\n<!--typescript_bot_welcome-->"
}
}
},
{
"mutation": "mutation ($input: UpdateProjectV2ItemFieldValueInput!) {\n updateProjectV2ItemFieldValue(input: $input) {\n __typename\n }\n}\n",
"variables": {
"input": {
"itemId": "MDExOlByb2plY3RDYXJkNDQyNTE2ODU=",
"projectId": "PVT_kwDOADeBNM4AkH1q",
"fieldId": "PVTSSF_lADOADeBNM4AkH1qzgcYOEM",
"value": {
"singleSelectOptionId": "e2dd54d5"
}
}
}
}
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectColumn": "Waiting for Code Reviews",
"projectColumn": "Waiting for Code Reviews (Blessed)",
"labels": [
"Critical package",
"Edits multiple packages"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-08-25T05:47:26.000Z",
"lastActivityDate": "2020-08-26T20:01:58.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mergeBaseOid": "master",
"lastPushDate": "2020-08-25T05:47:26.000Z",
"lastActivityDate": "2020-08-26T20:01:58.000Z",
"maintainerBlessed": "Waiting for Code Reviews",
"maintainerBlessed": "Waiting for Code Reviews (Blessed)",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/mergebot/src/_tests/fixtures/47017-blessed/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,18 @@
"body": "@mastermatt Thank you for submitting this PR!\n\n***This is a live comment that I will keep updated.***\n\n## 2 packages in this PR\n\n* `express-serve-static-core` β€” [on npm](https://www.npmjs.com/package/express-serve-static-core), [on unpkg](https://unpkg.com/browse/express-serve-static-core@latest/)\n* `express` β€” [on npm](https://www.npmjs.com/package/express), [on unpkg](https://unpkg.com/browse/express@latest/)\n\n## Code Reviews\n\nThis PR can be merged once it's reviewed.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=47017&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * βœ… Continuous integration tests have passed\n * πŸ• All owners or a DT maintainer needs to approve changes that affect more than one package\n - πŸ• express-serve-static-core\n - πŸ• express\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ...\n<!--typescript_bot_welcome-->"
}
}
},
{
"mutation": "mutation ($input: UpdateProjectV2ItemFieldValueInput!) {\n updateProjectV2ItemFieldValue(input: $input) {\n __typename\n }\n}\n",
"variables": {
"input": {
"itemId": "MDExOlByb2plY3RDYXJkNDQyNTE2ODU=",
"projectId": "PVT_kwDOADeBNM4AkH1q",
"fieldId": "PVTSSF_lADOADeBNM4AkH1qzgcYOEM",
"value": {
"singleSelectOptionId": "e2dd54d5"
}
}
}
}
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectColumn": "Waiting for Code Reviews",
"projectColumn": "Waiting for Code Reviews (Blessed)",
"labels": [
"Critical package",
"Edits multiple packages"
Expand Down
3 changes: 1 addition & 2 deletions packages/mergebot/src/_tests/fixtures/52848/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"headCommitOid": "14499debca98ea23cfc47a80a288d5bd32798cff",
"mergeBaseOid": "master",
"lastPushDate": "2021-05-10T07:57:17.000Z",
"lastActivityDate": "2021-05-10T15:42:52.000Z",
"maintainerBlessed": "Waiting for Author to Merge",
"lastActivityDate": "2021-05-10T07:59:10.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/52848/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"variables": {
"input": {
"id": "MDEyOklzc3VlQ29tbWVudDgzNjMyODk5Mg==",
"body": "@Runtu4378 Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped πŸ‘‹ β€” I'm the local bot who will help you through the process of getting things through.\n\n***This is a live comment that I will keep updated.***\n\nThis PR touches some part of DefinitelyTyped infrastructure, so a DT maintainer will need to review it. This is rare β€” did you mean to do this?\n\n## 0 packages in this PR (and infra files)\n\n* Infra files\n - [`README.cn.md`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52848/files/14499debca98ea23cfc47a80a288d5bd32798cff#diff-97a2a8d47e133a2b24ad7bc1a2e25710f534470e28a73efb62da312a3bb19235)\n\n## Code Reviews\n\nThis PR can be merged.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=52848&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * πŸ• Continuous integration tests are still running\n * βœ… A DT maintainer needs to approve changes that affect DT infrastructure ([`README.cn.md`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52848/files/14499debca98ea23cfc47a80a288d5bd32798cff#diff-97a2a8d47e133a2b24ad7bc1a2e25710f534470e28a73efb62da312a3bb19235))\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ...\n<!--typescript_bot_welcome-->"
"body": "@Runtu4378 Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped πŸ‘‹ β€” I'm the local bot who will help you through the process of getting things through.\n\n***This is a live comment that I will keep updated.***\n\nThis PR touches some part of DefinitelyTyped infrastructure, so a DT maintainer will need to review it. This is rare β€” did you mean to do this?\n\n## 0 packages in this PR (and infra files)\n\n* Infra files\n - [`README.cn.md`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52848/files/14499debca98ea23cfc47a80a288d5bd32798cff#diff-97a2a8d47e133a2b24ad7bc1a2e25710f534470e28a73efb62da312a3bb19235)\n\n## Code Reviews\n\nThere aren't any other owners of this package, so a DT maintainer will review it.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=52848&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * πŸ• Continuous integration tests are still running\n * πŸ• A DT maintainer needs to approve changes that affect DT infrastructure ([`README.cn.md`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52848/files/14499debca98ea23cfc47a80a288d5bd32798cff#diff-97a2a8d47e133a2b24ad7bc1a2e25710f534470e28a73efb62da312a3bb19235))\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ...\n<!--typescript_bot_welcome-->"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mergebot/src/_tests/fixtures/52848/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"responseComments": [
{
"tag": "welcome",
"status": "@Runtu4378 Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped πŸ‘‹ β€” I'm the local bot who will help you through the process of getting things through.\n\n***This is a live comment that I will keep updated.***\n\nThis PR touches some part of DefinitelyTyped infrastructure, so a DT maintainer will need to review it. This is rare β€” did you mean to do this?\n\n## 0 packages in this PR (and infra files)\n\n* Infra files\n - [`README.cn.md`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52848/files/14499debca98ea23cfc47a80a288d5bd32798cff#diff-97a2a8d47e133a2b24ad7bc1a2e25710f534470e28a73efb62da312a3bb19235)\n\n## Code Reviews\n\nThis PR can be merged.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=52848&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * πŸ• Continuous integration tests are still running\n * βœ… A DT maintainer needs to approve changes that affect DT infrastructure ([`README.cn.md`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52848/files/14499debca98ea23cfc47a80a288d5bd32798cff#diff-97a2a8d47e133a2b24ad7bc1a2e25710f534470e28a73efb62da312a3bb19235))\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ..."
"status": "@Runtu4378 Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped πŸ‘‹ β€” I'm the local bot who will help you through the process of getting things through.\n\n***This is a live comment that I will keep updated.***\n\nThis PR touches some part of DefinitelyTyped infrastructure, so a DT maintainer will need to review it. This is rare β€” did you mean to do this?\n\n## 0 packages in this PR (and infra files)\n\n* Infra files\n - [`README.cn.md`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52848/files/14499debca98ea23cfc47a80a288d5bd32798cff#diff-97a2a8d47e133a2b24ad7bc1a2e25710f534470e28a73efb62da312a3bb19235)\n\n## Code Reviews\n\nThere aren't any other owners of this package, so a DT maintainer will review it.\n\nYou can test the changes of this PR [in the Playground](https://www.typescriptlang.org/play/?dtPR=52848&install-plugin=playground-dt-review).\n\n## Status\n\n * βœ… No merge conflicts\n * πŸ• Continuous integration tests are still running\n * πŸ• A DT maintainer needs to approve changes that affect DT infrastructure ([`README.cn.md`](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52848/files/14499debca98ea23cfc47a80a288d5bd32798cff#diff-97a2a8d47e133a2b24ad7bc1a2e25710f534470e28a73efb62da312a3bb19235))\n\nOnce every item on this list is checked, I'll ask you for permission to merge and publish the changes.\n\n----------------------\n... diagnostics scrubbed ..."
},
{
"tag": "pinging-reviewers-others",
Expand Down
3 changes: 3 additions & 0 deletions packages/mergebot/src/_tests/fixtures/70222/_downloads.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"three": 2288510
}
Loading

0 comments on commit 5685dda

Please sign in to comment.