From 1d447ab82a93ad28c960c409627fe0f8e21be3fb Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Tue, 6 Aug 2024 12:43:01 +0000 Subject: [PATCH 1/2] 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""" From bccf3a968cc309d52f9fcd68e02328e6bec648a3 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Tue, 6 Aug 2024 14:48:51 +0200 Subject: [PATCH 2/2] Update reusable_workflows/shared/messages.py Co-authored-by: Nicolas Mattia --- reusable_workflows/shared/messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reusable_workflows/shared/messages.py b/reusable_workflows/shared/messages.py index c3b6033..864f510 100644 --- a/reusable_workflows/shared/messages.py +++ b/reusable_workflows/shared/messages.py @@ -3,7 +3,7 @@ Thank you for contributing! Unfortunately this repository does not accept external contributions yet. -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 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 meantime we unfortunately have to close this Pull Request. We hope you understand and will come back once we accept external PRs.