CLA workflow needs to use same sort as pre-commit #105
Labels
in-progress
issue is actively being worked on
locked
[bot] locked due to inactivity
source::anaconda
created by members of Anaconda, Inc.
type::bug
describes erroneous operation, use severity::* to classify the type
What happened?
check-cla action sorts usernames via:
actions/check-cla/action.yml
Line 136 in 348cae4
this results in pre-commit resorting the usernames once the PR is opened:
sorted(set(value), key=str.lower)
The text was updated successfully, but these errors were encountered: