We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The customQueries option is very useful, but sometimes I also want to disable the default generated sections of the GitHub module:
customQueries
GitHub
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
Stats
true
false
openReviewRequests
Open Review Requests
myPullRequests
My Pull Requests
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What should it do?
The
customQueries
option is very useful, but sometimes I also want to disable the default generated sections of theGitHub
module: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 theStats
section.true
(default),false
openReviewRequests
- Whether or not to display theOpen Review Requests
section.true
(default),false
myPullRequests
- Whether or not to display theMy Pull Requests
section.true
(default),false
The text was updated successfully, but these errors were encountered: