Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit e3e8f84

Browse files
committed
Update snapshots
1 parent 3a3d1dc commit e3e8f84

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

src/_tests/fixtures/45627/mutations.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
}
1414
},
1515
{
16-
"mutation": "mutation ($input: DeleteProjectCardInput!) {\n deleteProjectCard(input: $input) {\n __typename\n }\n}\n",
16+
"mutation": "mutation ($input: MoveProjectCardInput!) {\n moveProjectCard(input: $input) {\n __typename\n }\n}\n",
1717
"variables": {
1818
"input": {
19-
"cardId": "MDExOlByb2plY3RDYXJkNDA0NTk5NzM="
19+
"cardId": "MDExOlByb2plY3RDYXJkNDA0NTk5NzM=",
20+
"columnId": "MDEzOlByb2plY3RDb2x1bW43NTUyOTI1"
2021
}
2122
}
2223
},
@@ -47,15 +48,6 @@
4748
}
4849
}
4950
},
50-
{
51-
"mutation": "mutation ($input: AddCommentInput!) {\n addComment(input: $input) {\n __typename\n }\n}\n",
52-
"variables": {
53-
"input": {
54-
"subjectId": "MDExOlB1bGxSZXF1ZXN0NDM3NTIxMTQ2",
55-
"body": "After a month, no one has requested merging the PR 😞. I'm going to assume that the change is not wanted after all, and will therefore close it.\n<!--typescript_bot_Unmerged:done-->"
56-
}
57-
}
58-
},
5951
{
6052
"mutation": "mutation ($input: MergePullRequestInput!) {\n mergePullRequest(input: $input) {\n __typename\n }\n}\n",
6153
"variables": {
@@ -66,13 +58,5 @@
6658
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NDM3NTIxMTQ2"
6759
}
6860
}
69-
},
70-
{
71-
"mutation": "mutation ($input: ClosePullRequestInput!) {\n closePullRequest(input: $input) {\n __typename\n }\n}\n",
72-
"variables": {
73-
"input": {
74-
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NDM3NTIxMTQ2"
75-
}
76-
}
7761
}
7862
]

src/_tests/fixtures/45627/result.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"projectColumn": "REMOVE",
2+
"projectColumn": "Recently Merged",
33
"labels": [
44
"Critical package",
55
"Owner Approved",
@@ -20,13 +20,9 @@
2020
{
2121
"tag": "merge-offer",
2222
"status": "@spamshaker Everything looks good here. Great job! I am ready to merge this PR (at 15facc1) on your behalf.\n\nIf you'd like that to happen, please post a comment saying:\n\n> Ready to merge\n\nand I'll merge this PR almost instantly. Thanks for helping out! :heart:\n\n(@tkqubo, @bumbleblym, @bcherny, @tommytroylin, @mohsen1, @jcreamer898, @alan-agius4, @dennispg, @christophehurpeau, @ZSkycat, @johnnyreilly, @rwaskiewicz, @kuehlein, @grgur, @rubenspgcavalcante, @andersk, @ofhouse, @danielthank, @sasurau4, @dionshihk, @peterblazejewicz: you can do this too.)"
23-
},
24-
{
25-
"tag": "Unmerged:done",
26-
"status": "After a month, no one has requested merging the PR 😞. I'm going to assume that the change is not wanted after all, and will therefore close it."
2723
}
2824
],
29-
"shouldClose": true,
25+
"shouldClose": false,
3026
"shouldMerge": true,
3127
"shouldUpdateLabels": true
3228
}

0 commit comments

Comments
 (0)