File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
site/src/partials/group-config Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3434 " Jamie Mason (https://github.com/JamieMason)" ,
3535 " Jody Heavener (https://github.com/jodyheavener)" ,
3636 " Keyan Zhang (https://github.com/keyz)" ,
37+ " Kim Røen (https://github.com/kimroen)" ,
3738 " Luis Vieira (https://github.com/luisvieiragmr)" ,
3839 " Maksim Nesterenko (https://github.com/maksnester)" ,
3940 " Marais Rossouw (https://github.com/maraisr)" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ packages: ["@my-repo/**"]
1818packages: ["my-server", "my-client"]
1919
2020// ✅ match all packages except negated ones
21- packages: ["!my-server", "!@my-repo/**]
21+ packages: ["!my-server", "!@my-repo/**" ]
2222
2323// ❌ no mixing of specific and negated packages
2424packages: ["my-client", "!@my-repo/**"]
You can’t perform that action at this time.
0 commit comments