ci: various cleanups

- add reviewers
- correct cache key
This commit is contained in:
dundargoc
2023-09-27 17:53:06 +02:00
committed by dundargoc
parent 6c0f900699
commit 9eb5d9f13f
3 changed files with 43 additions and 31 deletions

View File

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