Skip to content

Commit

Permalink
fix(IDX): change closing message
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Sep 5, 2024
1 parent bdea3d8 commit e3cfbc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions reusable_workflows/shared/messages.py
Original file line number Diff line number Diff line change
@@ -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 @{},
Expand Down

0 comments on commit e3cfbc7

Please sign in to comment.