From 514610c414acaa992cf2de42ad3c70295f0fba56 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Thu, 13 Aug 2026 23:58:31 +0000 Subject: [PATCH] disable copilot coauthor commit info --- .github/copilot/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/copilot/settings.json diff --git a/.github/copilot/settings.json b/.github/copilot/settings.json new file mode 100644 index 00000000000..6b5c7589a68 --- /dev/null +++ b/.github/copilot/settings.json @@ -0,0 +1,3 @@ +{ + "includeCoAuthoredBy": false +}