mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
docs: misc #39511
This commit is contained in:
9
.github/workflows/labeler_issue.yml
vendored
9
.github/workflows/labeler_issue.yml
vendored
@@ -17,7 +17,14 @@ jobs:
|
||||
script: |
|
||||
const title = context.payload.issue.title;
|
||||
const titleSplit = title.split(/\b/).map(e => e.toLowerCase());
|
||||
const keywords = ['api', 'lsp', 'treesitter', 'ui', 'ui2'];
|
||||
const keywords = [
|
||||
'api',
|
||||
'image',
|
||||
'lsp',
|
||||
'treesitter',
|
||||
'ui',
|
||||
'ui2'
|
||||
];
|
||||
var labels = new Set();
|
||||
|
||||
for (const keyword of keywords) {
|
||||
|
||||
Reference in New Issue
Block a user