@proggarapsody/bitbottle 1.25.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,6 +145,11 @@ bitbottle pr review 42 --approve --body "lgtm overall"
|
|
|
145
145
|
bitbottle pr review 42 --request-changes --body "see comments" \
|
|
146
146
|
--inline pkg/foo.go:88:please rename # request-changes is Cloud only
|
|
147
147
|
bitbottle pr review 42 --comment --inline pkg/foo.go:10-15:extract helper # comment-only review
|
|
148
|
+
|
|
149
|
+
# PR activity event stream (approvals, comments, updates, merges)
|
|
150
|
+
bitbottle pr activity 42
|
|
151
|
+
bitbottle pr activity 42 --limit 20
|
|
152
|
+
bitbottle pr activity 42 --json type,actor,createdAt,detail
|
|
148
153
|
```
|
|
149
154
|
|
|
150
155
|
### Repos & Branches
|