From 72d2ea4719eefcd1ac1ff1f9e5880eae18a025f4 Mon Sep 17 00:00:00 2001 From: pips Date: Sat, 23 Aug 2025 15:37:01 +0200 Subject: [PATCH] chore(config): use cibot email address for commits assignation --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index f53f7f0..dd0f0ed 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ module.exports = { platform: "forgejo", endpoint: "https://forge.e5150.fr", - gitAuthor: "CIBot ", + gitAuthor: "CIBot ", autodiscover: true, labels: ["Dependancy 📦️"], extends: ["config:recommended"],