From 8b2de9640035cd4f95f460cfefc6211163fdb2a1 Mon Sep 17 00:00:00 2001 From: tiamak Date: Tue, 14 Apr 2026 08:25:45 +0000 Subject: [PATCH] Move CI workflows to Gitea --- .github/workflows/php.yml => .gitea/workflows/ci.yml | 0 .github/PULL_REQUEST_TEMPLATE.md | 8 -------- .github/dependabot.yml | 9 --------- 3 files changed, 17 deletions(-) rename .github/workflows/php.yml => .gitea/workflows/ci.yml (100%) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/dependabot.yml diff --git a/.github/workflows/php.yml b/.gitea/workflows/ci.yml similarity index 100% rename from .github/workflows/php.yml rename to .gitea/workflows/ci.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ca358b0..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -| Questions | Answers -| ------------- | ------------------------------------------------------- -| Description? | What changed and why? -| Type? | bug fix / improvement / feature / cleanup -| BC breaks? | yes / no -| Deprecations? | yes / no -| Fixed ticket? | Link issue/task if relevant. -| How to test? | Exact steps to verify in PrestaShop. diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index cd6cead..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: -- package-ecosystem: composer - directory: "/" - schedule: - interval: weekly - time: "04:00" - open-pull-requests-limit: 5 - target-branch: dev