Skip to content

Commit

Permalink
Add labels to the issue when fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
glormph committed Nov 28, 2023
1 parent affa5bf commit 63874fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function getIssues() {
console.log(x);
const extra_data = {
issuenumber: x.number,
label: [],
labels: x.labels.map(l => l.name),
calculated_interval: calculated_interval,
};
instr_issues[issuedata.instrument][issuedata.task] = Object.assign(extra_data, issuedata);
Expand Down

0 comments on commit 63874fe

Please sign in to comment.