Skip to content

Commit ec62867

Browse files
authored
Merge pull request github#18070 from github/repo-sync
repo sync
2 parents 19bf46d + 6ed090d commit ec62867

File tree

84 files changed

+188
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+188
-188
lines changed

.github/actions-scripts/enable-automerge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function main() {
1717
const github = getOctokit(token)
1818
const pull = await github.rest.pulls.get({
1919
owner: org,
20-
repo: repo,
20+
repo,
2121
pull_number: parseInt(prNumber),
2222
})
2323

.github/actions-scripts/fr-add-docs-reviewers-requests.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,16 +191,16 @@ async function run() {
191191

192192
await graphql(updateProjectNextItemMutation, {
193193
project: projectID,
194-
statusID: statusID,
194+
statusID,
195195
statusValueID: readyForReviewID,
196-
datePostedID: datePostedID,
197-
reviewDueDateID: reviewDueDateID,
198-
contributorTypeID: contributorTypeID,
199-
contributorType: contributorType,
200-
sizeTypeID: sizeTypeID,
196+
datePostedID,
197+
reviewDueDateID,
198+
contributorTypeID,
199+
contributorType,
200+
sizeTypeID,
201201
sizeType: '', // Although we aren't populating size, we are passing the variable so that we can use the shared mutation function
202-
featureID: featureID,
203-
authorID: authorID,
202+
featureID,
203+
authorID,
204204
headers: {
205205
authorization: `token ${process.env.TOKEN}`,
206206
'GraphQL-Features': 'projects_next_graphql',

.github/actions-scripts/projects.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export async function addItemsToProject(items, project) {
5959
`
6060

6161
const newItems = await graphql(mutation, {
62-
project: project,
62+
project,
6363
headers: {
6464
authorization: `token ${process.env.TOKEN}`,
6565
'GraphQL-Features': 'projects_next_graphql',
@@ -221,40 +221,40 @@ export function generateUpdateProjectNextItemFieldMutation({
221221
$authorID: ID!
222222
) {
223223
${generateMutationToUpdateField({
224-
item: item,
224+
item,
225225
fieldID: '$statusID',
226226
value: '$statusValueID',
227227
})}
228228
${generateMutationToUpdateField({
229-
item: item,
229+
item,
230230
fieldID: '$datePostedID',
231231
value: formatDateForProject(datePosted),
232232
literal: true,
233233
})}
234234
${generateMutationToUpdateField({
235-
item: item,
235+
item,
236236
fieldID: '$reviewDueDateID',
237237
value: formatDateForProject(dueDate),
238238
literal: true,
239239
})}
240240
${generateMutationToUpdateField({
241-
item: item,
241+
item,
242242
fieldID: '$contributorTypeID',
243243
value: '$contributorType',
244244
})}
245245
${generateMutationToUpdateField({
246-
item: item,
246+
item,
247247
fieldID: '$sizeTypeID',
248248
value: '$sizeType',
249249
})}
250250
${generateMutationToUpdateField({
251-
item: item,
251+
item,
252252
fieldID: '$featureID',
253253
value: feature,
254254
literal: true,
255255
})}
256256
${generateMutationToUpdateField({
257-
item: item,
257+
item,
258258
fieldID: '$authorID',
259259
value: author,
260260
literal: true,

.github/actions-scripts/ready-for-docs-review.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ async function run() {
171171
const updateProjectNextItemMutation = generateUpdateProjectNextItemFieldMutation({
172172
item: newItemID,
173173
author: firstTimeContributor ? 'first time contributor' : process.env.AUTHOR_LOGIN,
174-
turnaround: turnaround,
175-
feature: feature,
174+
turnaround,
175+
feature,
176176
})
177177

178178
// Determine which variable to use for the contributor type
@@ -192,16 +192,16 @@ async function run() {
192192

193193
await graphql(updateProjectNextItemMutation, {
194194
project: projectID,
195-
statusID: statusID,
195+
statusID,
196196
statusValueID: readyForReviewID,
197-
datePostedID: datePostedID,
198-
reviewDueDateID: reviewDueDateID,
199-
contributorTypeID: contributorTypeID,
200-
contributorType: contributorType,
201-
sizeTypeID: sizeTypeID,
202-
sizeType: sizeType,
203-
featureID: featureID,
204-
authorID: authorID,
197+
datePostedID,
198+
reviewDueDateID,
199+
contributorTypeID,
200+
contributorType,
201+
sizeTypeID,
202+
sizeType,
203+
featureID,
204+
authorID,
205205
headers: {
206206
authorization: `token ${process.env.TOKEN}`,
207207
'GraphQL-Features': 'projects_next_graphql',
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:dc979584b482a75bf3b4eac178743a91cff1da8152c4019fd69614fa440b688d
3-
size 686773
2+
oid sha256:9badc9544e21eff516a919a87fa93b4de5eeaa6fd9396ab62e0d68dc7ab5447c
3+
size 685524
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:78eb4dac654e8d51495a071989c62ba4749e9126e53e76c68d295d25af68e510
3-
size 1336060
2+
oid sha256:55c699eadda4825a67dfeef00430e22fd9b43d5076854b6264d5e7328d578a28
3+
size 1335581
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:e3ec1a527e198d53b21b7266cd797e21586e21cc389a6068f1ff771436983423
3-
size 917344
2+
oid sha256:a8742e3bb36cbea729e310b5c95f8f7b49ae8bc1fc35a7950921722e8d356292
3+
size 918062
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:7c75256dc92ef5eaef404c3468874ff20448c17eb73591d43e2697f4c9d4e9bb
3-
size 3537568
2+
oid sha256:c81d4982a3f14b2d2d2e28162527e022c22c3e0f3523ed0eaf2280b5ca2f9411
3+
size 3539887
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a0aa8baf804032af763a33eced8444e142ab15fc59788de6e85096a3cf94827e
3-
size 632385
2+
oid sha256:003083ef96dafc7983f536efabff6e6b96aa37560e2ef80112ed1de3fc3d970c
3+
size 632946
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5bcba287ea6a30bf9eea5f856eb872b802dc7160e0b1b4dba3c5dbcfea03e4bd
3-
size 2673515
2+
oid sha256:0e3b1f9c6dc4bf9bcc47800aa0b1f5bc6d74cd9a0ebe0538a61634462fc216ef
3+
size 2670025

0 commit comments

Comments
 (0)