mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
ci: adjust reviewers
This commit is contained in:
parent
c0f222d55b
commit
f8b193a01e
10
.github/scripts/reviewers_add.js
vendored
10
.github/scripts/reviewers_add.js
vendored
@ -39,10 +39,6 @@ module.exports = async ({ github, context }) => {
|
||||
reviewers.add("lewis6991");
|
||||
}
|
||||
|
||||
if (labels.includes("documentation")) {
|
||||
reviewers.add("clason");
|
||||
}
|
||||
|
||||
if (labels.includes("editorconfig")) {
|
||||
reviewers.add("gpanders");
|
||||
}
|
||||
@ -53,7 +49,6 @@ module.exports = async ({ github, context }) => {
|
||||
|
||||
if (labels.includes("filetype")) {
|
||||
reviewers.add("clason");
|
||||
reviewers.add("gpanders");
|
||||
}
|
||||
|
||||
if (labels.includes("inccommand")) {
|
||||
@ -90,10 +85,6 @@ module.exports = async ({ github, context }) => {
|
||||
reviewers.add("famiu");
|
||||
}
|
||||
|
||||
if (labels.includes("test")) {
|
||||
reviewers.add("justinmk");
|
||||
}
|
||||
|
||||
if (labels.includes("treesitter")) {
|
||||
reviewers.add("bfredl");
|
||||
reviewers.add("clason");
|
||||
@ -110,7 +101,6 @@ module.exports = async ({ github, context }) => {
|
||||
}
|
||||
|
||||
if (labels.includes("vim-patch")) {
|
||||
reviewers.add("seandewar");
|
||||
reviewers.add("zeertzjq");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user