From e3cfbc716fcaed5c16bbc60f0b46cc999a998664 Mon Sep 17 00:00:00 2001 From: Carly Gundy Date: Thu, 5 Sep 2024 14:30:49 +0200 Subject: [PATCH] fix(IDX): change closing message --- .github/workflows/check_cla.yml | 12 +++++++----- reusable_workflows/shared/messages.py | 10 ---------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.github/workflows/check_cla.yml b/.github/workflows/check_cla.yml index fb1e814..61e1142 100644 --- a/.github/workflows/check_cla.yml +++ b/.github/workflows/check_cla.yml @@ -77,11 +77,13 @@ jobs: uses: superbrothers/close-pull-request@v3 with: comment: | - "This repository does not accept external contributions yet. - - We are therefore closing this Pull Request, thank you for your understanding. - - — The DFINITY Foundation" + 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 meantime we unfortunately have to close this Pull Request. + + We hope you understand and will come back once we accept external PRs. + + — The DFINITY Foundation""" - name: Add Label uses: actions/github-script@v6 diff --git a/reusable_workflows/shared/messages.py b/reusable_workflows/shared/messages.py index 864f510..1c8e028 100644 --- a/reusable_workflows/shared/messages.py +++ b/reusable_workflows/shared/messages.py @@ -1,14 +1,4 @@ # Messages -CLOSING_MESSAGE = """Dear @{}, - -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 meantime we unfortunately have to close this Pull Request. - -We hope you understand and will come back once we accept external PRs. - -— The DFINITY Foundation""" - USER_AGREEMENT_MESSAGE = "I, {}, hereby agree to the DFINITY Foundation's CLA." CLA_MESSAGE = """Dear @{},