diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fa97fcbacd..d3c6b44f81 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,9 +18,9 @@ # precedence. When someone opens a pull request that only # modifies Nix files, only @js-owner and not the global # owner(s) will be requested for a review. -*.nix @PombeirP @jakubgs -/nix @PombeirP @jakubgs -/.github/ @PombeirP @jakubgs +*.nix @jakubgs +/nix @jakubgs +/.github/ @jakubgs /components @status-im/status-core-ui @@ -30,6 +30,6 @@ modules/react-native-desktop*/ @vkjr /doc @oskarth @yenda @jeluard -/deployment @vkjr @PombeirP +/deployment @vkjr /test/appium/ @antdanchenko @churik diff --git a/.github/package-lock-snitch.config.json b/.github/package-lock-snitch.config.json index 2be1b7c362..a1cc767d29 100644 --- a/.github/package-lock-snitch.config.json +++ b/.github/package-lock-snitch.config.json @@ -1,7 +1,6 @@ { "recipients": [ "jakubgs", - "PombeirP", "corpetty" ] -} \ No newline at end of file +}