From 870c0c099bf1add4624c9f7399bfb5e835b712e6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 17 Dec 2022 08:53:19 +0100 Subject: GitHub: fix team reviewer assignment Unfortunately we always used the wrong syntax. According to https://github.com/shufo/auto-assign-reviewer-by-files we should use: ` - team: baz` --- .github/reviewers.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/reviewers.yml b/.github/reviewers.yml index bc28c9ce..a1647d20 100644 --- a/.github/reviewers.yml +++ b/.github/reviewers.yml @@ -1,14 +1,3 @@ --- -docker-vyos/**: - - vyos/reviewers -vars/**: - - vyos/reviewers - -.github/**: - - vyos/reviewers - -'**': - - vyos/reviewers - - - +"**/*": + - team: reviewers -- cgit v1.2.3