These AUTO PRs failed DCO. https://github.com/opensearch-project/OpenSearch/pull/5558 https://github.com/opensearch-project/OpenSearch/pull/5559 https://github.com/opensearch-project/OpenSearch/pull/5560 Manually fixed them with: ``` git checkout [branch] git commit -s --amend git push origin [branch] -f ``` **Expected behavior** Auto PRs to sign DCO.