From ef86dc110b3e5cbc9f66701dc45b90bcf02b9c35 Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:45:04 +0000 Subject: [PATCH 1/2] Updating configuration --- otterdog/eclipse-aascw.jsonnet | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/otterdog/eclipse-aascw.jsonnet b/otterdog/eclipse-aascw.jsonnet index 81207ea..99474c9 100644 --- a/otterdog/eclipse-aascw.jsonnet +++ b/otterdog/eclipse-aascw.jsonnet @@ -30,4 +30,9 @@ orgs.newOrg('dt.aascw', 'eclipse-aascw') { }, }, ], -} +} + { + # snippet added due to 'https://github.com/EclipseFdn/otterdog-configs/blob/main/blueprints/add-dot-github-repo.yml' + _repositories+:: [ + orgs.newRepo('.github') + ], +} \ No newline at end of file From e7e9bc2264c83dbb04dc8998f8a34fb597a6b90d Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:05:04 +0000 Subject: [PATCH 2/2] Updating configuration --- otterdog/eclipse-aascw.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otterdog/eclipse-aascw.jsonnet b/otterdog/eclipse-aascw.jsonnet index 99474c9..0c1b718 100644 --- a/otterdog/eclipse-aascw.jsonnet +++ b/otterdog/eclipse-aascw.jsonnet @@ -31,7 +31,7 @@ orgs.newOrg('dt.aascw', 'eclipse-aascw') { }, ], } + { - # snippet added due to 'https://github.com/EclipseFdn/otterdog-configs/blob/main/blueprints/add-dot-github-repo.yml' + # snippet added due to 'https://github.com/eclipsefdn/otterdog-configs/blob/main/blueprints/add-dot-github-repo.yml' _repositories+:: [ orgs.newRepo('.github') ],