Revert "Merge pull request 'fix: gardener-poll.sh needs to file action issues (not call gardener-agent.sh directly) (#367)' (#474) from fix/issue-367 into main"

This reverts commit cbd52972f3, reversing
changes made to 0dd607c1bb.
This commit is contained in:
openhands 2026-03-21 11:00:48 +00:00
parent d7ca59dd2f
commit 38f9b29867
3 changed files with 27 additions and 51 deletions

View file

@ -45,11 +45,16 @@ fi
log "--- Gardener run start ---"
# ── File action issue for run-gardener formula ────────────────────────────
_DESCRIPTION="Periodic gardener housekeeping run. The action-agent reads \`formulas/run-gardener.toml\`
and executes the steps: preflight, grooming, blocked-review,
AGENTS.md update, and commit-and-pr."
ISSUE_BODY="---
formula: run-gardener
model: opus
---
ISSUE_BODY=$(build_formula_issue_body "run-gardener" "opus" "$_DESCRIPTION" "gardener-run.sh")
Periodic gardener housekeeping run. The action-agent reads \`formulas/run-gardener.toml\`
and executes the steps: preflight, grooming, blocked-review,
AGENTS.md update, and commit-and-pr.
Filed automatically by \`gardener-run.sh\`."
_rc=0
file_action_issue "run-gardener" "action: run-gardener — periodic housekeeping" "$ISSUE_BODY" || _rc=$?