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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ Options :
36
36
**org* : an array of Github organizations,
37
37
**apiUrl* : url of your Github API (optional, default is `https://api.github.com`),
38
38
**descendingOrder* : allow to change ordering of pull requests (optional, default is `true`).
39
+
**labels* : display labels of pull requests (optional, default is `false`).
40
+
**milestones* : display milestones of pull requests (optional, default is `false`).
39
41
**token* : authorization token for API calls (optional, it can allow access to more repos and increase API rate limit) NB: if a token is set, OAuth will be ignored for the team
40
42
**oauthAppClientId* : clientId of the OAuth app the team depends on (optional)
0 commit comments