Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub module - attribute to disable default sections: Stats, Open Review Requests, My Pull Requests #864

Closed
ggerganov opened this issue Mar 16, 2020 · 0 comments · Fixed by #905
Labels
💥 feature "Good luck, you're gonna need it."

Comments

@ggerganov
Copy link

ggerganov commented Mar 16, 2020

What should it do?

The customQueries option is very useful, but sometimes I also want to disable the default generated sections of the GitHub module:

  • Stats
  • Open Review Requests
  • My Pull Requests

This way, one will be able to create a module with just custom queries and save screen space otherwise occupied by the 3 default sections.

Possible module attributes:

  • stats - Whether or not to display the Stats section. true (default), false
  • openReviewRequests - Whether or not to display the Open Review Requests section. true (default), false
  • myPullRequests - Whether or not to display the My Pull Requests section. true (default), false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💥 feature "Good luck, you're gonna need it."
Development

Successfully merging a pull request may close this issue.

2 participants