Skip to content

Release: merge development into beta - #22

Open
github-actions[bot] wants to merge 5 commits into
betafrom
development
Open

Release: merge development into beta#22
github-actions[bot] wants to merge 5 commits into
betafrom
development

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Automated PR to sync development changes to beta for beta release.

Merging this PR will trigger the beta release workflow.

Reminder: Add a major, minor, or patch label to this PR to control the version bump. Default is patch.

The beta release caller passed `app-name: app-template`, an unfixed
leftover from the `nextcloud-app-template` scaffold this repo was cloned
from. The shared workflow requires this input to match `appinfo/info.xml`
(`<id>petstore</id>`) and uses it to name the packaged tarball and the
published release artifacts, so every beta release would have shipped
under the wrong app id.

The same leftover was already fixed in `code-quality.yml`; this applies
it to the beta release caller.
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Quality Report — ConductionNL/petstore @ 0364d22

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
test-unit
check-specs
composer ✅ 100/100
npm ✅ 771/771
PHPUnit
Newman
Playwright

Quality workflow — 2026-08-04 08:58 UTC

Download the full PDF report from the workflow artifacts.

…rts (#23)

GitHub names a reusable-workflow context '<caller-job-id> / <called-job-name>'. The job id 'check' made the context report as 'check / check-branch' while the ruleset requires 'branch-protection / check-branch', so the required check never reported. petstore#20 fixed this on main only; development and beta branched before it.
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Quality Report — ConductionNL/petstore @ acc24a0

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
test-unit
check-specs
composer ✅ 100/100
npm ✅ 771/771
PHPUnit
Newman
Playwright

Quality workflow — 2026-08-04 11:12 UTC

Download the full PDF report from the workflow artifacts.

Conduction Release Bot and others added 2 commits August 4, 2026 14:40
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Quality Report — ConductionNL/petstore @ b1ad712

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
test-unit
check-specs
composer ✅ 100/100
npm ✅ 771/771
PHPUnit
Newman
Playwright

Quality workflow — 2026-08-04 13:06 UTC

Download the full PDF report from the workflow artifacts.

…pping (#26)

A skipped job and a passing job are indistinguishable in the Quality
Report. Every gate turned on here reported 'skipped' in every run.

Each newly-enabled leg was measured against this tree BEFORE being
enabled; the results are in the PR description. Legs that were measured
failing are enabled anyway - the defects are pre-existing, and the only
thing that changed is that CI can now see them.

Journeydoc Capture and enable-axe are deliberately NOT enabled.
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Quality Report — ConductionNL/petstore @ abec3ea

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
test-unit
check-specs
check-manifest
composer ✅ 100/100
npm ✅ 771/771
PHPUnit
Newman
Playwright

Quality workflow — 2026-08-04 15: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