From 23bceeabc62a0dec265e47da7b5088557620a842 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Tue, 16 Dec 2025 10:17:57 +0100 Subject: [PATCH] Disabled github actions --- {.github => .disabled.github}/ISSUE_TEMPLATE/bug_report.md | 0 {.github => .disabled.github}/ISSUE_TEMPLATE/feature_request.md | 0 {.github => .disabled.github}/workflows/sonar.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {.github => .disabled.github}/ISSUE_TEMPLATE/bug_report.md (100%) rename {.github => .disabled.github}/ISSUE_TEMPLATE/feature_request.md (100%) rename {.github => .disabled.github}/workflows/sonar.yml (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.disabled.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .disabled.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.disabled.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .disabled.github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/workflows/sonar.yml b/.disabled.github/workflows/sonar.yml similarity index 100% rename from .github/workflows/sonar.yml rename to .disabled.github/workflows/sonar.yml