Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/cryptography-43.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Sep 19, 2024
2 parents 409f3af + c6e994b commit 7871e9e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 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
1 change: 1 addition & 0 deletions .github/workflows/check_cla_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- .github/workflows/check_cla.yml
- .github/workflows/check_cla_dev.yml
- reusable_workflows/check_cla/**
- reusable_workflows/check_membership/**

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_cla_ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ on:

jobs:
call-check-cla:
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@main
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@manual-05-09-2024
secrets: inherit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ If a new change needs to be deployed a new tag needs to be created. Currently th
git tag <tagname>
git push origin --tags
```
This will allow you to test out the workflow first if you'd like (we have a ruleset called CLA check (dev)), otherwise update the main ruleset CLA-check with the correct tag.
Then update the tag in the workflow `.github/workflows/check_cla_ruleset.yml`.
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 7871e9e

Please sign in to comment.