Skip to content

Commit 6cf15db

Browse files
chore: require commits to use the repo's configured git author
1 parent 69250b6 commit 6cf15db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
* `refactor:`
4949
* Commit messages should be concise but descriptive.
5050
* Skip adding the "Co-authored-by" line
51+
* Always commit using the repository's configured git author (`git config user.name` / `user.email`). Never pass `-c user.name=Copilot` or `-c user.email=copilot@github.com` (or any other override) when committing; the commits must be attributed to the human user, not to Copilot.
5152

5253

5354
## Automation

0 commit comments

Comments
 (0)