From 48cf5cfcb41d008228e031a75aeb81459f62da57 Mon Sep 17 00:00:00 2001 From: althafvly Date: Thu, 22 Jan 2026 14:57:33 +0530 Subject: [PATCH 1/2] Track our forks --- snippets/eos.xml | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/snippets/eos.xml b/snippets/eos.xml index 87641c7..2937ace 100644 --- a/snippets/eos.xml +++ b/snippets/eos.xml @@ -11,7 +11,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 353381668047947a7fb8a9b1ef87cd30a70df446 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Fri, 6 Feb 2026 13:18:42 +0530 Subject: [PATCH 2/2] ci: remove auto merge job --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2993c39..b7ca4c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,7 @@ stages: - - auto-merge-main - update-from-upstream include: - - project: 'e/templates' - ref: main - file: '/.gitlab/gitlab-ci/gitlab-ci-auto-merge-main.yml' - project: "e/templates" ref: main file: "/.gitlab/gitlab-ci/gitlab-ci-import-updates-from-upstream.yml" -- GitLab