PR title and description inputs.

This commit is contained in:
2025-10-12 13:51:25 -04:00
parent 407fe98d61
commit eb74974dff
2 changed files with 21 additions and 2 deletions
+6
View File
@@ -26,6 +26,12 @@ user: read
Tea CLI version (Default: 0.10.1)
### pr-title
Custom title. Defaults to using subject of the most recent commit (`git log -n 1 --format=%s`).
### pr-description
Custom description. Defaults to using body of the most recent commit (`git log -n 1 --format=%b`).
### pr-label
Issues label for the PR