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

add module GithubAllRepos + fix linter errors #1706

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

k2589
Copy link

@k2589 k2589 commented Oct 10, 2024

Thanks for submitting a pull request. Please provide enough information so that others can review your pull request.

GithubAllRepos

This module provides an overview of GitHub PRs across all repos in selected organizations.
It contains counters for Your PRs, Review Requests, Open Issues
And list with 3 tabs: Your PRs, Review Requests, Watched PRs

PRs are selectable, you can select any PR, scroll across tabs, and open PRs in the browser.
When no PR is selected, tabs are carouseled.

Screenshot 2024-10-10 at 20 31 16

Config example:

    githuballrepos:
      title: github prs
      apiKey: "redacted"
      baseURL: ""
      position:
        top: 0
        left: 0
        height: 2
        width: 2
      refreshInterval: 15m
      username: "k2589"
      organizations:
        - "k2589"
        - "some-organization"
      cache: "~/.config/wtf/.cache/githuballrepos/" # data from GitHub is cached on disk to this folder

This PR also fixes linter issues in other modules

@k2589 k2589 changed the title add module githuballrepos add module GithubAllRepos Oct 10, 2024
@k2589 k2589 changed the title add module GithubAllRepos add module GithubAllRepos + fix linter errors Oct 11, 2024
@k2589
Copy link
Author

k2589 commented Oct 11, 2024

Hello @senorprogrammer !
Could you review please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant