mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
ci(labeler): adjust configuration
This commit is contained in:
2
.github/scripts/close_unresponsive.js
vendored
2
.github/scripts/close_unresponsive.js
vendored
@@ -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];
|
||||
|
Reference in New Issue
Block a user