Add flag to build:approve command to optionally prevent exiting with an error when the build already has approval.
I have opened a pull request that adds this functionality #1963

Use case: in some instances we create and subsequently auto-approve Percy builds using the build:approve command in our GitHub workflows to satisfy a requirement for an approved Percy build in order to merge. In these instances we don't really care whether the build has already been approved.
Add flag to
build:approvecommand to optionally prevent exiting with an error when the build already has approval.I have opened a pull request that adds this functionality #1963

Use case: in some instances we create and subsequently auto-approve Percy builds using the
build:approvecommand in our GitHub workflows to satisfy a requirement for an approved Percy build in order to merge. In these instances we don't really care whether the build has already been approved.