Expand activity strip to nine months

This commit is contained in:
Georg Bauer
2026-07-31 10:56:44 +02:00
parent 82fadda983
commit 4e4dfb0db9
4 changed files with 13 additions and 14 deletions

View File

@@ -6,11 +6,10 @@ Use the `tea` command-line tool as the preferred way to list, inspect, create,
and update Gitea issues. Run it from the repository root so it can use the
configured remote, for example `tea issues` or `tea issues 1`.
Run issue-detail commands directly, for example `tea issues 7`. When invoking
`tea` through an automated shell runner, allocate a pseudo-terminal (PTY);
interactive terminal use needs no extra flag. The detail command's terminal
rendering is unreliable without a PTY and may panic inside Gitea SDK version
handling.
Run issue-detail commands directly, for example `tea issues 7`. In a sandboxed
runner, grant network access before invoking `tea`. Without DNS/network access,
the current `tea` detail path may panic inside Gitea SDK version handling
instead of returning the underlying connection error.
## Required pre-commit gates