mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
ci: add gpanders as reviewer for defaults and tui labels (#26567)
This commit is contained in:
parent
846714ca3e
commit
36552adb39
8
.github/scripts/reviewers_add.js
vendored
8
.github/scripts/reviewers_add.js
vendored
@ -28,6 +28,10 @@ module.exports = async ({ github, context }) => {
|
||||
reviewers.add("lewis6991");
|
||||
}
|
||||
|
||||
if (labels.includes("defaults")) {
|
||||
reviewers.add("gpanders");
|
||||
}
|
||||
|
||||
if (labels.includes("dependencies")) {
|
||||
reviewers.add("jamessan");
|
||||
}
|
||||
@ -91,6 +95,10 @@ module.exports = async ({ github, context }) => {
|
||||
reviewers.add("lewis6991");
|
||||
}
|
||||
|
||||
if (labels.includes("tui")) {
|
||||
reviewers.add("gpanders");
|
||||
}
|
||||
|
||||
if (labels.includes("typo")) {
|
||||
reviewers.add("dundargoc");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user