You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, covector can't sign the commits, which makes merging PR impossible if there's a branch protection enforcing signing commits.
The only workaround is maintainer recommit with their signatures.
I would like to explore if covector can automate this.
The text was updated successfully, but these errors were encountered:
@wusyong, within the Tauri ecosystem, we are currently using the create-pull-request action to commit and open the PR. It has guidelines regarding enabling signed commits. We have looked at pulling some of this Github functionality into the action, but I anticipate that the exact same setup would be required.
Currently, covector can't sign the commits, which makes merging PR impossible if there's a branch protection enforcing signing commits.
The only workaround is maintainer recommit with their signatures.
I would like to explore if covector can automate this.
The text was updated successfully, but these errors were encountered: