Uh oh!
There was an error while loading. Please reload this page.
chore(app): QOL: don't sign commits during e2e tests - #18296
chore(app): QOL: don't sign commits during e2e tests#18296benjamincburns wants to merge 1 commit into
Conversation
When I try to run e2e tests locally I get spammed by `pinentry-touchid` because I have git configured globally to sign commits. This simple one-line change disables commit signing for repositories used during e2e tests, preventing `pinentry-touchid` from ruining my day.
rekram1-node
commented
May 15, 2026
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
benjamincburns
commented
May 15, 2026
This was ready to merge, no other work was necessary AFAIK |
Issue for this PR
Closes#18295
Type of change
What does this PR do?
When I try to run e2e tests locally I get spammed by
pinentry-touchidbecause I have git configured globally to sign commits. This simple one-line change disables commit signing for repositories used during e2e tests, preventingpinentry-touchidfrom ruining my day.How did you verify your code works?
I ran e2e tests with the change in place.
Checklist
If you do not follow this template your PR will be automatically rejected.