disinto/docker/reproduce
Claude 0697f7537b
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
fix: move helper functions before their first call site
The verification helpers (_is_parent_issue, _are_all_sub_issues_closed,
_get_sub_issue_list) and label/comment helpers (_label_id, _add_label,
_remove_label, _post_comment) were defined after the code that calls
them. Under set -euo pipefail, this causes a runtime crash.

Move all helper function definitions to right after the Claude session
completes, before the triage post-processing and verification blocks
that use them.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 09:17:05 +00:00
..
Dockerfile fix: feat: extend edge container with Playwright and docker compose for bug reproduction (#256) 2026-04-06 07:45:14 +00:00
entrypoint-reproduce.sh fix: move helper functions before their first call site 2026-04-08 09:17:05 +00:00