This repository was archived by the owner on May 29, 2026. It is now read-only.
chore(ci): collapse legacy workflows to canonical fleet set#66
Merged
Conversation
Per the fleet drift research in [nextcloud-app-template/docs/fleet-drift-deeper.md §3](https://github.com/ConductionNL/nextcloud-app-template/blob/development/docs/fleet-drift-deeper.md#3-ci-workflows-githubworkflowsyml), app-versions carried 14 workflows — almost all legacy / one-off predecessors of the canonical fleet set. Deletes 12 legacy workflows: - block-unconventional-commits.yml, fixup.yml - lint-eslint.yml, lint-info-xml.yml, lint-php-cs.yml, lint-php.yml, lint-stylelint.yml (folded into code-quality.yml) - node.yml, npm-audit-fix.yml - psalm-matrix.yml (folded into code-quality.yml) - update-nextcloud-ocp-approve-merge.yml, update-nextcloud-ocp-matrix.yml Adds 9 canonical workflows from the template: - branch-protection.yml, code-quality.yml, issue-triage.yml, openspec-sync.yml, pull-request-lint-check.yaml, release-beta.yml, release-stable.yml, spec-validation.yml, sync-to-beta.yml Keeps: - documentation.yml (already canonical) - openapi.yml (upstream Nextcloud org workflow, out of fleet scope)
Contributor
Quality Report — ConductionNL/app-versions @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ❌ | ||||
| phpcs | ❌ | ||||
| phpmd | ❌ | ||||
| psalm | ❌ | ||||
| phpstan | ❌ | ||||
| phpmetrics | ❌ | ||||
| eslint | ❌ | ||||
| stylelint | ❌ | ||||
| composer | ❌ | ❌ | |||
| npm | ✅ | ✅ 282/282 | |||
| PHPUnit | ⏭️ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-05-23 08:07 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per nextcloud-app-template/docs/fleet-drift-deeper.md §3, app-versions carries 14 workflows — almost all legacy / one-off predecessors of the canonical fleet set.
Deletes 12 legacy workflows:
block-unconventional-commits.yml,fixup.ymllint-eslint.yml,lint-info-xml.yml,lint-php-cs.yml,lint-php.yml,lint-stylelint.yml(folded intocode-quality.yml)node.yml,npm-audit-fix.ymlpsalm-matrix.yml(folded intocode-quality.yml)update-nextcloud-ocp-approve-merge.yml,update-nextcloud-ocp-matrix.ymlAdds 9 canonical workflows from the template:
branch-protection.yml,code-quality.yml,issue-triage.ymlopenspec-sync.yml,pull-request-lint-check.yamlrelease-beta.yml,release-stable.yml,spec-validation.yml,sync-to-beta.ymlKeeps:
documentation.yml(already canonical — cname is per-app, kept atapp-versions.conduction.nl)openapi.yml(upstream Nextcloud org workflow, out of fleet scope)Test plan
app-name: app-versions(notapp-template)app-templatereferences remain