You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently signed a CLA with Open edX. The CLA got accepted successfully, but even after that I was not able to pass the CLA check pipeline in the PR that I opened: openedx/edx-platform#33233 (comment). The issue turned out to be that pipeline is doing a case-sensitive lookup on the usernames (i.e. LakshyaKhatri is not same as lakshyakhatri). I later have to go signup the CLA again (with username as LakshyaKhatri) to make the pipeline pass.
The username lookups in the pipeline should be case-insensitive like it is on GitHub, for example the following usernames will redirect to the same profile:
I recently signed a CLA with Open edX. The CLA got accepted successfully, but even after that I was not able to pass the CLA check pipeline in the PR that I opened: openedx/edx-platform#33233 (comment). The issue turned out to be that pipeline is doing a case-sensitive lookup on the usernames (i.e.
LakshyaKhatri
is not same aslakshyakhatri
). I later have to go signup the CLA again (with username asLakshyaKhatri
) to make the pipeline pass.The username lookups in the pipeline should be case-insensitive like it is on GitHub, for example the following usernames will redirect to the same profile:
The text was updated successfully, but these errors were encountered: