From 9b1d63163a68c9017e8db78a6298fcee9603b101 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 7 Mar 2025 15:00:20 -0600 Subject: [PATCH] rename .github -> .forgejo --- {.github => .forgejo}/FUNDING.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}/docker/README.md | 0 {.github => .forgejo}/docker/default.conf | 0 {.github => .forgejo}/docker/default_ssl.conf | 0 {.github => .forgejo}/docker/entrypoint.sh | 0 {.github => .forgejo}/docker/supervisord.conf | 0 {.github => .forgejo}/docker/www.conf | 0 {.github => .forgejo}/workflows/build.yaml | 0 {.github => .forgejo}/workflows/ci.yaml | 0 {.github => .forgejo}/workflows/docker.yaml | 0 {.github => .forgejo}/workflows/lint.yaml | 0 {.github => .forgejo}/workflows/release.yaml | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {.github => .forgejo}/FUNDING.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}/docker/README.md (100%) rename {.github => .forgejo}/docker/default.conf (100%) rename {.github => .forgejo}/docker/default_ssl.conf (100%) rename {.github => .forgejo}/docker/entrypoint.sh (100%) rename {.github => .forgejo}/docker/supervisord.conf (100%) rename {.github => .forgejo}/docker/www.conf (100%) rename {.github => .forgejo}/workflows/build.yaml (100%) rename {.github => .forgejo}/workflows/ci.yaml (100%) rename {.github => .forgejo}/workflows/docker.yaml (100%) rename {.github => .forgejo}/workflows/lint.yaml (100%) rename {.github => .forgejo}/workflows/release.yaml (100%) diff --git a/.github/FUNDING.yml b/.forgejo/FUNDING.yml similarity index 100% rename from .github/FUNDING.yml rename to .forgejo/FUNDING.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/docker/README.md b/.forgejo/docker/README.md similarity index 100% rename from .github/docker/README.md rename to .forgejo/docker/README.md diff --git a/.github/docker/default.conf b/.forgejo/docker/default.conf similarity index 100% rename from .github/docker/default.conf rename to .forgejo/docker/default.conf diff --git a/.github/docker/default_ssl.conf b/.forgejo/docker/default_ssl.conf similarity index 100% rename from .github/docker/default_ssl.conf rename to .forgejo/docker/default_ssl.conf diff --git a/.github/docker/entrypoint.sh b/.forgejo/docker/entrypoint.sh similarity index 100% rename from .github/docker/entrypoint.sh rename to .forgejo/docker/entrypoint.sh diff --git a/.github/docker/supervisord.conf b/.forgejo/docker/supervisord.conf similarity index 100% rename from .github/docker/supervisord.conf rename to .forgejo/docker/supervisord.conf diff --git a/.github/docker/www.conf b/.forgejo/docker/www.conf similarity index 100% rename from .github/docker/www.conf rename to .forgejo/docker/www.conf diff --git a/.github/workflows/build.yaml b/.forgejo/workflows/build.yaml similarity index 100% rename from .github/workflows/build.yaml rename to .forgejo/workflows/build.yaml diff --git a/.github/workflows/ci.yaml b/.forgejo/workflows/ci.yaml similarity index 100% rename from .github/workflows/ci.yaml rename to .forgejo/workflows/ci.yaml diff --git a/.github/workflows/docker.yaml b/.forgejo/workflows/docker.yaml similarity index 100% rename from .github/workflows/docker.yaml rename to .forgejo/workflows/docker.yaml diff --git a/.github/workflows/lint.yaml b/.forgejo/workflows/lint.yaml similarity index 100% rename from .github/workflows/lint.yaml rename to .forgejo/workflows/lint.yaml diff --git a/.github/workflows/release.yaml b/.forgejo/workflows/release.yaml similarity index 100% rename from .github/workflows/release.yaml rename to .forgejo/workflows/release.yaml