Skip to content

chore(ci): remove dead Forgejo/Codeberg CI configuration - #337

Merged
rubenvdlinde merged 1 commit into
developmentfrom
chore/remove-forgejo-ci
Aug 24, 2026
Merged

chore(ci): remove dead Forgejo/Codeberg CI configuration#337
rubenvdlinde merged 1 commit into
developmentfrom
chore/remove-forgejo-ci

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Remove dead Forgejo/Codeberg CI configuration

GitHub is the only host this organisation publishes to. No local checkout has a Codeberg git remote, so nothing is pushed there and no workflow under .forgejo/ has ever run for this repository. The Codeberg mirror still exists but is unmaintained; deleting .forgejo/ from the GitHub copy does not touch it.

Files removed (9)

.forgejo/issue_template/bug-report.yml
.forgejo/issue_template/feature-request.yml
.forgejo/issue_template/technical-task.yml
.forgejo/issue_template/user-story.yml
.forgejo/workflows/documentation.yml
.forgejo/workflows/l10n-parity.yml
.forgejo/workflows/pre-merge-check-strict.yaml
.forgejo/workflows/release-beta.yml
.forgejo/workflows/release-stable.yml

Verification

  • Issue templates. Issue templates: the 4 templates under .forgejo/issue_template/ were already ported to .github/ISSUE_TEMPLATE/ and were verified present there before deletion (including feature-request.yml, which the in-product "Request a feature" deep-link targets by that exact filename).
  • Release path. Release workflows: the deleted .forgejo/workflows/ release jobs (release-beta.yml release-stable.yml ) are superseded by .github/workflows/release.yml, which is the live release path for this repository.
  • Live CI untouched. git diff --cached --name-only | grep -c '^\.github/workflows/' returns 0. Every staged change is a deletion under .forgejo/.

Not touched

  • .github/workflows/ — the live CI
  • forge-type enums / "default": "codeberg" in schemas — a product feature, handled separately
  • MIRROR_HOSTS mirror-identity logic — functional code
  • openspec/changes/archive/** — history

GitHub is the only host this organisation publishes to. No local checkout has
a Codeberg git remote, so nothing is pushed there and no workflow under
.forgejo/ has ever run for this repository.

Issue templates: the 4 templates under `.forgejo/issue_template/` were
already ported to `.github/ISSUE_TEMPLATE/` and were verified present there
before deletion (including `feature-request.yml`, which the in-product
"Request a feature" deep-link targets by that exact filename).

Release workflows: the deleted `.forgejo/workflows/` release jobs
(release-beta.yml release-stable.yml ) are superseded by
`.github/workflows/release.yml`, which is the live release path for this
repository.

.github/workflows/ is untouched — that is the live CI. Any CODEBERG_TOKEN
reference lived only inside the deleted files and goes with them.

Removes 9 file(s) under .forgejo/.
@rubenvdlinde
rubenvdlinde merged commit 66e19bf into development Aug 24, 2026
30 of 58 checks passed
@rubenvdlinde
rubenvdlinde deleted the chore/remove-forgejo-ci branch August 24, 2026 20:50
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/launchpad @ 0862a29

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
format
check-schema-l10n
composer ✅ 104/104
npm ✅ 538/538
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman
Playwright
Hydra gates

Quality workflow — 2026-08-24 21:54 UTC

Download the full PDF report from the workflow artifacts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant