Bump prettier from 2.7.1 to 3.0.0 (#38873)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
6
.github/actions-scripts/projects.js
vendored
6
.github/actions-scripts/projects.js
vendored
@@ -187,9 +187,9 @@ export function generateUpdateProjectV2ItemFieldMutation({
|
||||
// (statistically, this should still give us a unique mutation ID)
|
||||
return `
|
||||
set_${fieldID.slice(1)}_item_${item.replaceAll(
|
||||
/[^a-z0-9]/g,
|
||||
''
|
||||
)}: updateProjectV2ItemFieldValue(input: {
|
||||
/[^a-z0-9]/g,
|
||||
''
|
||||
)}: updateProjectV2ItemFieldValue(input: {
|
||||
projectId: $project
|
||||
itemId: "${item}"
|
||||
fieldId: ${fieldID}
|
||||
|
||||
Reference in New Issue
Block a user