Skip to content

Commit

Permalink
feat: point out that re-signing the CLA may be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Dec 17, 2021
1 parent 7e4943e commit 6dd1e3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.d/20211217_124844_nedbat_debug_openedx_fail.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. A new scriv changelog fragment.
- The "needs CLA" message now includes the possibility that you've signed
before and need to re-sign.
6 changes: 6 additions & 0 deletions openedx_webhooks/templates/github_community_pr_comment.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Please let us know once your PR is ready for our review and all tests are green.
file for more information.
{%- endfilter %}

{%- filter replace("\n", " ")|trim %}
If you've signed an agreement in the past, you may need to re-sign. See
[The New Home of the Open edX Codebase](https://open.edx.org/blog/the-new-home-of-the-open-edx-codebase/)
for details.
{%- endfilter %}

<!-- comment:no_cla -->
{% endif %}

Expand Down

0 comments on commit 6dd1e3d

Please sign in to comment.