ci: add platform:nix label when changing nix files (#21569)

Also update the reviewer list.
This commit is contained in:
dundargoc
2022-12-28 15:19:23 +01:00
committed by GitHub
parent 3d0eca6b65
commit ab11157808
2 changed files with 8 additions and 0 deletions

View File

@@ -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")