From 25211da823b807812d9d479c5a6c16053401e353 Mon Sep 17 00:00:00 2001 From: Jaume Salgado Date: Mon, 21 Oct 2024 11:42:43 +0200 Subject: [PATCH] test export --- CODEOWNERS | 0 dangerfile.js | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..e69de29b diff --git a/dangerfile.js b/dangerfile.js index 9b0dea97..1482d085 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -5,6 +5,7 @@ const { commonFileContains, commonFileWarnings, commonPrDescriptionContribution, + commonRequireFilesInCodeowners, commonValidJson, inCommit, inCommitGrep, @@ -25,6 +26,8 @@ const prAuthorIsBot = [ 'dependabot[bot]', ].includes(prAuthor); +commonRequireFilesInCodeowners(); + commonPrDescriptionContribution(); commonContributingGuide();