Skip to content

Satisfy updated DDEV add-on maintenance checker rules - #75

Merged
UltraBob merged 1 commit into
mainfrom
fix/maintenance-checker-66
Sep 4, 2026
Merged

Satisfy updated DDEV add-on maintenance checker rules#75
UltraBob merged 1 commit into
mainfrom
fix/maintenance-checker-66

Conversation

@UltraBob

@UltraBob UltraBob commented Sep 4, 2026

Copy link
Copy Markdown
Owner

Short Summary (TL;DR)

Three text-only edits under .github/ so the scheduled DDEV add-on update checker passes again. No behaviour change.

The Issue

The checker script is fetched live from ddev.com, and DDEV tightened three rules upstream: the PR template must open with a ## Short Summary (TL;DR) section, its testing command must use the new ddev add-on get <owner>/<repo> --pr N form, and tests.yml must not mention tmate. The tmate servers were shut down and ddev/github-action-add-on-test@v2 already switched to upterm (ddev/github-action-add-on-test#67), so only the copied input label was stale.

How This PR Solves The Issue

  • PULL_REQUEST_TEMPLATE.md: add the Short Summary section and switch the manual-testing command to the --pr flag.
  • tests.yml: rename the debug_enabled description to the tool-neutral upstream wording, "Enable remote debugging session".

Manual Testing Instructions

curl -fsSL https://ddev.com/s/addon-update-checker.sh | bash

Should print "All checks passed, no actions needed." Verified locally on this branch.

Automated Testing Overview

The maintenance-check workflow runs the same script on this PR.

Release/Deployment Notes

None. Once merged, the next scheduled run will pass and the issue can stay closed.

@UltraBob
UltraBob merged commit d1cafd2 into main Sep 4, 2026
5 checks passed
@UltraBob
UltraBob deleted the fix/maintenance-checker-66 branch September 4, 2026 15:24
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.

DDEV add-on maintenance checker is failing

1 participant