1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Merge pull request #22225 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-11-22 01:03:37 -08:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ async function run() {
// If the item is a PR, determine the feature and size
let feature = ''
let sizeType = '' // You don't need to use a field ID if you want the value to be empty
let sizeType = sizeS // We need to set something in case this is an issue
if (data.item.__typename === 'PullRequest') {
// Get the
// - number of files changed
@@ -212,7 +212,6 @@ async function run() {
authorID,
headers: {
authorization: `token ${process.env.TOKEN}`,
'GraphQL-Features': 'projects_next_graphql',
},
})
console.log('Done populating fields for item')