You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performs a scan of the given organisation listing stale/old pull requests.
170
190
171
191
All of this is done via GitHub's REST API and requires the generation of an oauth token for authentication purposes. You can do this via your account's setting page under Applications and generate a B<Personal Access Token>.
172
192
@@ -192,6 +212,10 @@ The GitHub organisation to list repositories for. Defaults to Ensembl
192
212
193
213
The repository to use. If not specified we use all public repositories
194
214
215
+
=itemB<--email>
216
+
217
+
If specified we will send all output to an email address rather than to stdout. Requires a configured sendmail binary on your machine
0 commit comments