From 8acd38f07bb24904ab4de705feabb0e5e6c55ac3 Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:45:08 +0000 Subject: [PATCH 1/2] Updating configuration --- otterdog/rust-sig.jsonnet | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/otterdog/rust-sig.jsonnet b/otterdog/rust-sig.jsonnet index ed23724..379a42c 100644 --- a/otterdog/rust-sig.jsonnet +++ b/otterdog/rust-sig.jsonnet @@ -33,4 +33,9 @@ orgs.newOrg('foundation-internal.sig.rust', 'rust-sig') { has_discussions: true, }, ], -} +} + { + # 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 15ab7167479e86c491fbd3386484a068fab9615c Mon Sep 17 00:00:00 2001 From: "eclipse-otterdog[bot]" <158182605+eclipse-otterdog[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:50:07 +0000 Subject: [PATCH 2/2] Updating configuration --- otterdog/rust-sig.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otterdog/rust-sig.jsonnet b/otterdog/rust-sig.jsonnet index 379a42c..6e0d0f0 100644 --- a/otterdog/rust-sig.jsonnet +++ b/otterdog/rust-sig.jsonnet @@ -34,7 +34,7 @@ orgs.newOrg('foundation-internal.sig.rust', 'rust-sig') { }, ], } + { - # 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') ],