diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-17 08:53:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 08:53:19 +0100 |
commit | 870c0c099bf1add4624c9f7399bfb5e835b712e6 (patch) | |
tree | 1787ad293e6fccc7404c3057011d17505a50dba5 /.github/reviewers.yml | |
parent | 793c4e292e1b1045d32db7b0cec2402717ec7915 (diff) | |
download | vyos-build-870c0c099bf1add4624c9f7399bfb5e835b712e6.tar.gz vyos-build-870c0c099bf1add4624c9f7399bfb5e835b712e6.zip |
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`
Diffstat (limited to '.github/reviewers.yml')
-rw-r--r-- | .github/reviewers.yml | 15 |
1 files 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 |