@proggarapsody/bitbottle 1.59.0 → 1.61.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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,6 +172,10 @@ bitbottle pr commits 42 --json hash,message,author,date
|
|
|
172
172
|
# PR files changed
|
|
173
173
|
bitbottle pr files 42
|
|
174
174
|
bitbottle pr files 42 --json status,path,additions,deletions
|
|
175
|
+
|
|
176
|
+
# PR participants (author, reviewers, observers)
|
|
177
|
+
bitbottle pr participants 42
|
|
178
|
+
bitbottle pr participants 42 --json role,display_name,username,approved
|
|
175
179
|
```
|
|
176
180
|
|
|
177
181
|
### Repos & Branches
|