Skip to content

Put the issue number in the auto-pilot run title - #91

Merged
iamkayleb merged 1 commit into
mainfrom
fix/auto-pilot-run-name
Sep 7, 2026
Merged

iamkayleb merged 1 commit into
mainfrom
fix/auto-pilot-run-name

Conversation

@iamkayleb

Copy link
Copy Markdown
Owner

agents-auto-pilot set no run-name, so every run appeared in gh run list as the bare workflow name. With no issue number in displayTitle there is no way to ask "what has auto-pilot done for issue stranske#241" — a hundred runs are indistinguishable, and per-issue history cannot be reconstructed even though auto-pilot is the workflow that owns the whole issue pipeline.

agents-issue-optimizer already does this, and its recursion guard depends on it. Adopt the same shape here, covering the issue, pull_request and workflow_dispatch triggers.

Claude-Session: https://claude.ai/code/session_01FC8XoyssN5v6hQCTtcjoB5

Workflow Source

Started from:

  • GitHub issue: #
  • Direct PR / remote GitHub work
  • Local Codex/user request
  • Automation run
  • Review follow-up from PR #
  • Sync / maintenance campaign
  • Dependabot or dependency update
  • Do not automate

Automation intent:

  • Verifier should review this
  • Keepalive may manage this PR
  • Human-only unless checks fail

Notes:

Summary

Testing

agents-auto-pilot set no run-name, so every run appeared in `gh run list`
as the bare workflow name. With no issue number in displayTitle there is no
way to ask "what has auto-pilot done for issue stranske#241" — a hundred runs are
indistinguishable, and per-issue history cannot be reconstructed even
though auto-pilot is the workflow that owns the whole issue pipeline.

agents-issue-optimizer already does this, and its recursion guard depends
on it. Adopt the same shape here, covering the issue, pull_request and
workflow_dispatch triggers.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FC8XoyssN5v6hQCTtcjoB5
@iamkayleb
iamkayleb merged commit 082c07c into main Sep 7, 2026
12 of 14 checks passed
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.

2 participants