> Note that if you open a PR, and _then_ sign the CLA, the label is not updated (at least, that's what I experienced before I did). So this list is likely inaccurate.
I believe that I might have seen this happen a few times, but in the majority cases the label is updated from "CLA not signed" => "CLA signed". There's a bit of delay (~24-48 hours) from the time you sign the CLA to when it's updated in the heroku app, so if the PR gets merged during that time the label might not ever update. For my own first PR, it was initially not signed when I opened it, and then the label updated to signed within a couple days after signing the CLA. This has also been the case in the majority of PRs I've reviewed from first-time contributors. On Sun, Feb 23, 2020 at 11:24 PM Ivan Pozdeev via Python-Dev < [email protected]> wrote: > > On 24.02.2020 7:07, Kyle Stanley wrote: > > > > For a full list of merged PRs to CPython with a "CLA not signed" label, > see the following: > > > https://github.com/python/cpython/pulls?utf8=%E2%9C%93&q=is%3Apr+state%3Amerged+label%3A%22CLA+not+signed%22 > > > Note that if you open a PR, and _then_ sign the CLA, the label is not > updated (at least, that's what I experienced before I did). So this > list is likely inaccurate. > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/IO66YO2SVW55M5KXCAM2P4J7DVMSCK5X/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/F22BOEMMBFZJMVKGVR7YDTR5ZXJKIXAY/ Code of Conduct: http://python.org/psf/codeofconduct/
