async function adjustSingleItemLabels()

in github-projects/map-labels/mapLabelsToAttributes.ts [126:135]


async function adjustSingleItemLabels(
  octokit: Octokit,
  options: {
    owner: string;
    issueNode: IssueNode;
    projectNumber: number;
    projectId: string;
    dryRun: boolean;
    mapping: Record<string, { [fieldName: string]: string } | null>;
  },