diff --git a/.github/labeler.yml b/.github/labeler.yml index 34410651a8..ad48287246 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -64,3 +64,7 @@ "filetype": - runtime/lua/vim/filetype.lua - runtime/lua/vim/filetype/detect.lua + +"platform:nix": + - contrib/flake.lock + - contrib/flake.nix diff --git a/.github/scripts/reviews.js b/.github/scripts/reviews.js index ab81a61047..cc6aaa1e8b 100644 --- a/.github/scripts/reviews.js +++ b/.github/scripts/reviews.js @@ -60,6 +60,10 @@ module.exports = async ({github, context}) => { team_reviewers.push('lsp'); } + if (labels.includes('platform:nix')) { + reviewers.add("teto") + } + if (labels.includes('project-management')) { reviewers.add("bfredl") reviewers.add("justinmk")