feat(coder/modules/git-config): set user name and email via git config#737
feat(coder/modules/git-config): set user name and email via git config#737nrvnrvn wants to merge 2 commits intocoder:mainfrom
Conversation
…g globally The likes of JetBrains IDEs rely on git config rather than env variables and prompt users upon first commit/push attempts.
|
The new count = data.coder_workspace_owner.me.email != "" ? 1 : 0If the workspace owner has no email, this script will either error in Should have the same registry/registry/coder/modules/git-config/main.tf Lines 93 to 97 in 989cca1 |
|
@nrvnrvn Thank you for the contribution. I will go ahead and test this a bit, but I don't see why it wouldn't work 😸 |
|
You also would need to bump the versions in the README for this as well. |
this is already done =) |
Description
The likes of JetBrains IDEs rely on git config rather than env variables and prompt users upon first commit/push attempts.
Type of Change
Module Information
Path:
registry/coder/modules/git-configNew version:
v1.0.34Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun fmt)Related Issues
None