Expand activity strip to nine months
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user