enable un unchecked indexed access

This commit is contained in:
Matthew Costabile
2023-02-27 13:15:25 +00:00
parent 11ef9e1e8d
commit 5f0c606906
9 changed files with 224 additions and 222 deletions

8
dist/index.js generated vendored
View File

@@ -101,7 +101,7 @@ function addToProject() {
}
}`, {
projectOwnerName,
projectNumber
projectNumber,
});
const projectId = (_j = idResp[ownerTypeQuery]) === null || _j === void 0 ? void 0 : _j.projectV2.id;
const contentId = issue === null || issue === void 0 ? void 0 : issue.node_id;
@@ -121,8 +121,8 @@ function addToProject() {
}`, {
input: {
projectId,
contentId
}
contentId,
},
});
core.setOutput('itemId', addResp.addProjectV2ItemById.item.id);
}
@@ -139,7 +139,7 @@ function addToProject() {
}
}`, {
projectId,
title: issue === null || issue === void 0 ? void 0 : issue.html_url
title: issue === null || issue === void 0 ? void 0 : issue.html_url,
});
core.setOutput('itemId', addResp.addProjectV2DraftIssue.projectItem.id);
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long