Skip to content

Commit 3f74396

Browse files
committed
Update info about new CLA bot
1 parent c194d71 commit 3f74396

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

core-developers/committing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ to enter the public source tree. Ask yourself the following questions:
6262
Licensing Agreement <https://www.python.org/psf/contrib/contrib-form/>`_
6363
(CLA), unless their change has no possible intellectual property
6464
associated with it (for example, fixing a spelling mistake in documentation).
65-
The `CPython CLA Bot <https://github.com/apps/cpython-cla-bot/>`_
65+
The `Python Software Foundation Contributor License Agreement Management Bot
66+
<https://github.com/psf/clabot>`_
6667
checks whether the author has signed the CLA, and replies in the PR
6768
if they haven't. For further questions about the CLA
6869
process, write to contributors@python.org.

developer-workflow/communication-channels.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Other core workflow tools are:
258258
* `bedevere`_
259259
* `blurb_it`_
260260
* `miss-islington`_
261-
* `cla-bot`_
261+
* `clabot`_
262262
* `webhook-mailer`_
263263

264264
Python `Performance Benchmark`_ project is intended to be an authoritative
@@ -269,6 +269,6 @@ source of benchmarks for all Python implementations.
269269
.. _bedevere: https://github.com/python/bedevere
270270
.. _blurb_it: https://github.com/python/blurb_it
271271
.. _miss-islington: https://github.com/python/miss-islington
272-
.. _cla-bot: https://github.com/ambv/cla-bot
272+
.. _clabot: https://github.com/psf/clabot
273273
.. _webhook-mailer: https://github.com/python/webhook-mailer
274274
.. _Performance Benchmark: https://github.com/python/pyperformance

getting-started/pull-request-lifecycle.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,14 @@ Here are the steps needed in order to sign the CLA:
354354

355355
1. Create a change and submit it as a pull request.
356356

357-
2. When ``cpython-cla-bot`` comments on your pull request that commit
357+
2. When ``python-cla-bot`` comments on your pull request that commit
358358
authors are required to sign a Contributor License Agreement, click
359359
on the button in the comment to sign it. It's enough to log in through
360360
GitHub. The process is automatic.
361361

362-
3. After signing, the comment by ``cpython-cla-bot`` will update to
362+
3. After signing, the comment by ``python-cla-bot`` will update to
363363
indicate that "all commit authors signed the Contributor License
364-
Agreement.
364+
Agreement".
365365

366366
.. _PSF license: https://docs.python.org/dev/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python
367367
.. _contributor agreement: https://www.python.org/psf/contrib/

0 commit comments

Comments
 (0)