Adds run-name to the standard caller so Actions runs are titled by their issue instead of mains head commit. Same line added to the file and the README stub. Homelab gets the identical line via a direct push.
Adds run-name to the standard caller so Actions runs are titled by their issue instead of mains head commit. Same line added to the file and the README stub. Homelab gets the identical line via a direct push.
Without run-name, Gitea titles each ai-agent run by main's head commit, so runs aren't identifiable
in the Actions list. Add `run-name: ai-agent · #${{ github.event.issue.number }}` to the standard
caller (both the file and the README stub) so each run shows its issue.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds run-name to the standard caller so Actions runs are titled by their issue instead of mains head commit. Same line added to the file and the README stub. Homelab gets the identical line via a direct push.
Without run-name, Gitea titles each ai-agent run by main's head commit, so runs aren't identifiable in the Actions list. Add `run-name: ai-agent · #${{ github.event.issue.number }}` to the standard caller (both the file and the README stub) so each run shows its issue. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>