From ba5302fc9bb9e1eeb44e82f010d38ffbedec6028 Mon Sep 17 00:00:00 2001 From: jakub-fabia-rasp Date: Thu, 14 May 2026 10:43:40 +0200 Subject: [PATCH 1/2] Add msft and triplelift to modules.json --- modules.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules.json b/modules.json index 5f72b80673f..700ec30d7a7 100644 --- a/modules.json +++ b/modules.json @@ -36,5 +36,7 @@ "gptPreAuction", "equativBidAdapter", "allegroBidAdapter", - "richaudienceBidAdapter" + "richaudienceBidAdapter", + "msftBidAdapter", + "tripleliftBidAdapter" ] From 521ceed88777404315a5d23b5f4e0d55bf5cdec5 Mon Sep 17 00:00:00 2001 From: jakub-fabia-rasp Date: Thu, 14 May 2026 10:45:56 +0200 Subject: [PATCH 2/2] remove CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 143f5055f04..00000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @jakub-fabia-rasp