VOOZH about

URL: https://apify.com/mihails/github-champion

⇱ Github Champion Β· Apify


Pricing

Pay per usage

Go to Apify Store

Find your organization's top contributors. In every time period, performance is measured by the number of assigned issues closed, number of PR reviews, and number of PRs opened.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Mihails Murasovs

Mihails Murasovs

Maintained by Community

Actor stats

2

Bookmarked

10

Total users

0

Monthly active users

4 years ago

Last modified

Share

Metrics aren't fun. What if they could be?

Celebrate your organization's unsung heroes, identify the quiet contributors who make a difference, and see who will dethrone the reigning champion.

Find the top 3 contributors from your organization and each of your repositories for your chosen time period. The winners are decided by number of assigned issues closed, number of PR reviews, and number of PRs opened. In addition, the actor also gathers metrics like additions, deletions, and commits for everyone who contributed to the repo, if you're into more details.

You can integrate this actor with your curent sprints. Use Apify schedules to synchronize these reports with your company's sprints. Combine it with webhooks and have the results sent to you right after they are gathered.

Who is your organization's GitHub Champion?

How to use

To use this actor with private repositories, you will need a GitHub API token with the repo permission granted - create it at https://github.com/settings/tokens/new and paste it into the githubApiToken input.

If you keep getting a Not Found error, it's probably to do with your authentication token. Make sure the entire repo permission is selected.

πŸ‘ API token settings

By default, releases are not counted.

You will also need to make sure issues are assigned correctly (it's good practice anyway :)). One of the main metrics for the actor is the number of issues closed by each contributor.

How it works

The actor makes a few requests to GitHub's API to get your repositories' stats. It then crunches the data for each repo and each contributor, discards the empty entries, and returns the goods.

Closed issues count for 1 point, pull request reviews count for 0.75 pints, while created pull requests count for half a point. The score is added, and the person with the highest score wins!

What it doesn't do

This actor doesn't include the number of additions, deletions, and commits in its calculation. Some of us commit everything, others like to bundle it all into one. Some of us do package updates, which amount to thousands of added and deleted lines.

Output

The top 3 contributors from each repository are added to the top-contributors.json file in the top-threes key-value store.

Sample top 3 array:

[
{
"Organization All-stars":[
{
"name":"gandalf",
"total":29.5,
"pullReviews":25,
"issuesClosed":3,
"pullsCreated":3
},
{
"name":"samwise",
"total":24.5,
"pullReviews":16,
"issuesClosed":5,
"pullsCreated":7
},
{
"name":"frodo",
"total":20,
"pullReviews":16,
"issuesClosed":1,
"pullsCreated":6
}
]
},
{
"apify-web":[
{
"name":"gandalf",
"total":27,
"pullReviews":11,
"issuesClosed":12,
"pullsCreated":8
},
{
"name":"frodo",
"total":18.5,
"pullReviews":12,
"issuesClosed":6,
"pullsCreated":1
},
{
"name":"former-champ",
"total":10,
"pullReviews":10,
"issuesClosed":0,
"pullsCreated":0
}
]
},
{
"apify-core":[
{
"name":"winner",
"total":14.5,
"pullReviews":10,
"issuesClosed":0,
"pullsCreated":9
},
{
"name":"hello-user",
"total":13,
"pullReviews":4,
"issuesClosed":7,
"pullsCreated":4
},
{
"name":"future-champ",
"total":6.5,
"pullReviews":6,
"issuesClosed":0,
"pullsCreated":1
}
]
}
]

More detailed breakdowns of each repository are available in the detailed-repo-metrics key-value-store.

Sample detailed breakdown:

[
{
"id":"former-champ",
"additions":0,
"deletions":0,
"commits":0,
"pullsCreated":0,
"pullReviews":10,
"issuesClosed":0
},
{
"id":"team-leader",
"additions":4,
"deletions":2,
"commits":1,
"pullsCreated":1,
"pullReviews":1,
"issuesClosed":0
},
{
"id":"cto",
"additions":0,
"deletions":0,
"commits":0,
"pullsCreated":0,
"pullReviews":6,
"issuesClosed":0
},
{
"id":"frodo",
"additions":123,
"deletions":54,
"commits":2,
"pullsCreated":1,
"pullReviews":12,
"issuesClosed":6
},
{
"id":"casual-contributor",
"additions":0,
"deletions":0,
"commits":0,
"pullsCreated":0,
"pullReviews":5,
"issuesClosed":1
},
{
"id":"gandalf",
"additions":15652,
"deletions":16589,
"commits":13,
"pullsCreated":8,
"pullReviews":11,
"issuesClosed":12
},
{
"id":"samwise",
"additions":17,
"deletions":4,
"commits":1,
"pullsCreated":1,
"pullReviews":0,
"issuesClosed":0
}
]

You might also like

GitHub Issues to Slack

lhotanok/github-issues-to-slack

Monitors GitHub issues and sends Slack notifications about their modification. Tracks changes in issue's state such as newly opened issue, closed issue or re-opened issue. Saves data with all scraped issues into key value store.

πŸ‘ User avatar

KristΓ½na LhoΕ₯anovΓ‘

7

Github Phone Number Scraper

contacts-api/github-phone-number-scraper

Find developer contact numbers using our GitHub Phone Number Scraper. Extract public phone numbers from GitHub profiles for recruitment and outreach.

GitHub Scraper β€” Repos, Issues, PRs & Code

khadinakbar/github-deep-scraper

Scrape GitHub deeply β€” repos, issues, PRs, code search, contributors, releases, READMEs, commits, users, trending. 11 modes in one actor for AI coding agents (Claude Code, Cursor, Copilot). Optional PAT for 5K req/hr. MCP-ready, flat JSON output.

Screenshot API

gapscout/screenshot-api

Take screenshots of any number of URLs

Github Repository Analyzer

actually_good_at_this/apify-github-repository-analyzer

GitHub Repository Analyzer extracts comprehensive repository metrics using the official GitHub API: stars, forks, watchers, contributors, commit activity, and issues/PRs.

Google Maps Scraper

wisteria_banjo/google-maps-scraper

Enter one or more keywords and get Google Maps Information back, including Business Name, Address, Website, Business Hours, Number of Reviews and Number of Stars.

106

3.0

Github Issue PR Extractor

extremescrapes/github-issue-pr-extractor

Extract GitHub issues and pull requests as clean Markdown

πŸ‘ User avatar

Extreme Scrapes

2