ci(labeler): adjust configuration

This commit is contained in:
dundargoc
2024-05-13 20:11:15 +02:00
committed by dundargoc
parent 5eee633c97
commit b83d5fabc6
3 changed files with 58 additions and 55 deletions

View File

@@ -26,7 +26,7 @@ module.exports = async ({ github, context }) => {
repo: repo,
issue_number: number,
},
(response) => response.data.filter(labeledEvent)
(response) => response.data.filter(labeledEvent),
);
const latest_response_label = events[events.length - 1];