From c586de76a2eeeef4b85b88333c0115a010de42d7 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Wed, 1 Oct 2025 17:04:38 +0200 Subject: [PATCH] move actions to gitea only Signed-off-by: Peter Siegmund --- {.github => .gitea}/ISSUE_TEMPLATE/bug_report.md | 0 {.github => .gitea}/ISSUE_TEMPLATE/feature_request.md | 0 {.github => .gitea}/workflows/esp32_build.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {.github => .gitea}/ISSUE_TEMPLATE/bug_report.md (100%) rename {.github => .gitea}/ISSUE_TEMPLATE/feature_request.md (100%) rename {.github => .gitea}/workflows/esp32_build.yml (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .gitea/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.gitea/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .gitea/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/workflows/esp32_build.yml b/.gitea/workflows/esp32_build.yml similarity index 100% rename from .github/workflows/esp32_build.yml rename to .gitea/workflows/esp32_build.yml