Adarshvk98 opened a new issue, #2385: URL: https://github.com/apache/incubator-kie-issues/issues/2385
## Problem `@kie-tools-core/workspaces-git-fs` creates Git commits with `isomorphic-git`. `git.commit` accepts `onSign` and `signingKey` for signing, but `GitService.commit` passes neither and `CommitArgs` has no field for them, so every commit the package creates is unsigned. GitHub, GitLab and Bitbucket mark unsigned commits as unverified. A repository that requires signed commits rejects the push. KIE Sandbox creates every one of its commits through this package, so it cannot push to such a repository. ## Proposal Add an option to sign commits. With signing configured, each commit is signed as it is created. Without it, commits are created exactly as they are today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
