From 6e760148248801e986ec6d640621d1a3af97763a Mon Sep 17 00:00:00 2001 From: crueter Date: Wed, 1 Apr 2026 02:09:56 +0200 Subject: [PATCH] [ci] Move workflows to `.forgejo` (#3808) Primarily to prevent mirrors from trying to run bogus actions. Signed-off-by: crueter Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3808 --- {.github => .forgejo}/ISSUE_TEMPLATE/blank_issue_template.yml | 0 {.github => .forgejo}/ISSUE_TEMPLATE/bug_report.yml | 0 {.github => .forgejo}/ISSUE_TEMPLATE/config.yml | 0 {.github => .forgejo}/ISSUE_TEMPLATE/feature_request.yml | 0 {.github => .forgejo}/workflows/license-header.yml | 0 {.github => .forgejo}/workflows/sources.yml | 0 {.github => .forgejo}/workflows/strings.yml | 0 {.github => .forgejo}/workflows/translations.yml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {.github => .forgejo}/ISSUE_TEMPLATE/blank_issue_template.yml (100%) rename {.github => .forgejo}/ISSUE_TEMPLATE/bug_report.yml (100%) rename {.github => .forgejo}/ISSUE_TEMPLATE/config.yml (100%) rename {.github => .forgejo}/ISSUE_TEMPLATE/feature_request.yml (100%) rename {.github => .forgejo}/workflows/license-header.yml (100%) rename {.github => .forgejo}/workflows/sources.yml (100%) rename {.github => .forgejo}/workflows/strings.yml (100%) rename {.github => .forgejo}/workflows/translations.yml (100%) diff --git a/.github/ISSUE_TEMPLATE/blank_issue_template.yml b/.forgejo/ISSUE_TEMPLATE/blank_issue_template.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/blank_issue_template.yml rename to .forgejo/ISSUE_TEMPLATE/blank_issue_template.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.forgejo/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .forgejo/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.forgejo/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to .forgejo/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.forgejo/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .forgejo/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/workflows/license-header.yml b/.forgejo/workflows/license-header.yml similarity index 100% rename from .github/workflows/license-header.yml rename to .forgejo/workflows/license-header.yml diff --git a/.github/workflows/sources.yml b/.forgejo/workflows/sources.yml similarity index 100% rename from .github/workflows/sources.yml rename to .forgejo/workflows/sources.yml diff --git a/.github/workflows/strings.yml b/.forgejo/workflows/strings.yml similarity index 100% rename from .github/workflows/strings.yml rename to .forgejo/workflows/strings.yml diff --git a/.github/workflows/translations.yml b/.forgejo/workflows/translations.yml similarity index 100% rename from .github/workflows/translations.yml rename to .forgejo/workflows/translations.yml