We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17874de commit 0ebbd63Copy full SHA for 0ebbd63
1 file changed
.github/workflows/update-low-priority.yml
@@ -35,6 +35,6 @@ jobs:
35
const queryResult = await adoClient.queryById(process.env.query_id);
36
37
for (const workItem of queryResult.workItems) {
38
- const workItemDetails = await adoClient.getWorkItem(workItem.id, null, null, 3);
+ const workItemDetails = await adoClient.getWorkItem(workItem.id, null, null, 1);
39
console.log(workItemDetails);
40
}
0 commit comments