From 1d447ab82a93ad28c960c409627fe0f8e21be3fb Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Tue, 6 Aug 2024 12:43:01 +0000 Subject: [PATCH] chore: use a more friendly message when closing external PRs --- reusable_workflows/shared/messages.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reusable_workflows/shared/messages.py b/reusable_workflows/shared/messages.py index ea6dafe..c3b6033 100644 --- a/reusable_workflows/shared/messages.py +++ b/reusable_workflows/shared/messages.py @@ -1,10 +1,11 @@ # Messages CLOSING_MESSAGE = """Dear @{}, -This repository does not accept external contributions yet. +Thank you for contributing! Unfortunately this repository does not accept external contributions yet. -We are therefore closing this Pull Request, thank you for your understanding. +We are working on enabling this by aligning our internal processes and our CI setup to handle external contributions. However this will take some time to set up so in the mean time we unfortunately have to close this Pull Request. +We hope you understand and will come back once we accept external PRs. — The DFINITY Foundation"""