-
Notifications
You must be signed in to change notification settings - Fork 107
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
cli-tool: generate github contribution reports using the Github GraphQL api #361
cli-tool: generate github contribution reports using the Github GraphQL api #361
Conversation
Skipping CI for Draft Pull Request. |
294d78b
to
2907ee1
Compare
d084a10
to
cff1d99
Compare
cff1d99
to
c32c307
Compare
Signed-off-by: Daniel Hiller <[email protected]>
c32c307
to
f5b79af
Compare
Signed-off-by: Daniel Hiller <[email protected]>
We add parsing of orgs.yaml and check members from the org, whether they have any contributions. Signed-off-by: Daniel Hiller <[email protected]>
Signed-off-by: Daniel Hiller <[email protected]>
Further: * refactorings/renamings * more detailed reporting * support of a report output file in yaml Signed-off-by: Daniel Hiller <[email protected]>
Adds support of resolving aliases from the default OWNERS_ALIASES if it's in the same directory or from an aliases file in a given file path Signed-off-by: Daniel Hiller <[email protected]>
Signed-off-by: Daniel Hiller <[email protected]>
Also rename a func. Signed-off-by: Daniel Hiller <[email protected]>
/lgtm |
I like this :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vladikr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
We have had several cases leading to extensive discussions over removing users from either the org or from an OWNERS file. We are constantly struggling with providing evidence about whether a user is really inactive whenever we have the gut feeling that they are.
We want to avoid having inactive reviewers and inactive org members, since:
This tool tries to help with the above problems, offering to tackle three use cases:
Detailed information in the README: https://github.com/dhiller/community/tree/create-user-activity-tool/generators/cmd/contributions/README.md
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #359
Special notes for your reviewer: