- Notifications
You must be signed in to change notification settings - Fork 15.3k
Open
Labels
Description
It seems like the script llvm/utils/git/code-format-helper.py considers the case where token is None so that the PR is not updated, however it marks the --token argument as required. It seems to be this should be optional.
| "--token", type=str, required=True, help="GitHub authentiation token" |