mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +00:00
docs: misc #39207
This commit is contained in:
4
.github/scripts/labeler_configuration.yml
vendored
4
.github/scripts/labeler_configuration.yml
vendored
@@ -86,6 +86,10 @@ tui:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ src/nvim/tui/tui.* ]
|
||||
|
||||
ui2:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ "runtime/lua/vim/_core/ui2*" ]
|
||||
|
||||
ux-visibility:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: [ "**/health.lua" ]
|
||||
|
||||
2
.github/workflows/labeler_issue.yml
vendored
2
.github/workflows/labeler_issue.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
script: |
|
||||
const title = context.payload.issue.title;
|
||||
const titleSplit = title.split(/\b/).map(e => e.toLowerCase());
|
||||
const keywords = ['api', 'treesitter', 'ui', 'lsp'];
|
||||
const keywords = ['api', 'treesitter', 'ui', 'ui2', 'lsp'];
|
||||
var match = new Set();
|
||||
for (const keyword of keywords) {
|
||||
if (titleSplit.includes(keyword)) {
|
||||
|
||||
Reference in New Issue
Block a user