mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
ci: various cleanups
- add reviewers - correct cache key
This commit is contained in:
4
.github/scripts/reviews.js
vendored
4
.github/scripts/reviews.js
vendored
@@ -64,6 +64,10 @@ module.exports = async ({ github, context }) => {
|
||||
reviewers.add("mfussenegger");
|
||||
}
|
||||
|
||||
if (labels.includes("options")) {
|
||||
reviewers.add("famiu");
|
||||
}
|
||||
|
||||
if (labels.includes("platform:nix")) {
|
||||
reviewers.add("teto");
|
||||
}
|
||||
|
Reference in New Issue
Block a user