ci: adopt fleet-standard PR check workflows on main - #1314
Open
remko48 wants to merge 1 commit into
Open
Conversation
bbrands02
approved these changes
Aug 20, 2026
rjzondervan
approved these changes
Aug 20, 2026
Contributor
Quality Report — ConductionNL/openconnector @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ❌ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| build | ✅ | ||||
| check-specs | ❌ | ||||
| test-l10n | ❌ | ||||
| format | ❌ | ||||
| composer | ❌ | ✅ 126/126 | |||
| npm | ❌ | ✅ 569/569 | |||
| app:check-code | ⏭️ | ||||
| info.xml | ❌ | ||||
| REUSE | ❌ | ||||
| PHPUnit | ❌ | ||||
| Newman | ❌ | ||||
| Playwright | ❌ | ||||
| Hydra gates | ❌ |
Quality workflow — 2026-08-20 13:34 UTC
Download the full PDF report from the workflow artifacts.
SudoThijn
approved these changes
Aug 20, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Syncs the PR check workflows from
developmenttomain, verbatim as they stand today:code-quality.yml,pull-request-lint-check.yaml,branch-protection.yml,merge-hygiene.yml— copied unchanged fromdevelopment.quality-check.yml,phpcs.yml,tests.yml,pull-request-quality-gate.yml, andpull-request-from-branch-check.yamlthey superseded.Why
#1113 aligned this repo's workflows with the fleet standard in
ConductionNL/.github, but it merged intodevelopmentonly. PRs targetingmain(every hotfix, e.g. #1313) still run the old inline quality workflow — a reduced check set on PHP 8.1 — instead of the shared quality suite, and don't report the check names the org ruleset expects.Review notes
developmentcounterparts (including workflow fixes that landed after ci: align workflows with fleet standard (ConductionNL/.github) #1113), so the upcomingdevelopment→beta→mainrelease merges resolve these files cleanly.*-release.yaml,release.yml) are intentionally untouched: swapping release automation is out of scope for this fix, and leaving them unchanged onmainalso merges cleanly later since onlydevelopmentmodified them.