From ef0ba1c6b581ceee1a2238509980d31957bea8b9 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Thu, 28 Aug 2025 23:13:19 +0200 Subject: [PATCH] mv .github .gitea now the action will only run on gitea 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.yaml | 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.yaml (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.yaml b/.gitea/workflows/esp32_build.yaml similarity index 100% rename from .github/workflows/esp32_build.yaml rename to .gitea/workflows/esp32_build.yaml