Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.5k
Add contributor analysis script with GitHub org member detection#13479
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Co-authored-by: gtsiolis <120486+gtsiolis@users.noreply.github.com>
Co-authored-by: gtsiolis <120486+gtsiolis@users.noreply.github.com>
…ogicCo-authored-by: gtsiolis <120486+gtsiolis@users.noreply.github.com>
gtsiolis commentedDec 8, 2025
Didn't expect this to land as a PR automatically. 👀 |
gtsiolis commentedDec 8, 2025
@copilot i know some organization team members don't use their localstack.cloud email when they add or push commits. can you filter by the people you can find inhttps://github.com/orgs/localstack/people ? |
…ERS and APICo-authored-by: gtsiolis <120486+gtsiolis@users.noreply.github.com>
CopilotAI commentedDec 8, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Enhanced the script to filter contributors by GitHub organization membership. The script now:
Updated results:
Commit: 71cd7b4 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
…ed importCo-authored-by: gtsiolis <120486+gtsiolis@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
Motivation
Quantify contributions from outside the LocalStack organization to understand community impact on the project.
Changes
Added
scripts/analyze_contributors.pyto analyze git history and identify external contributors:@localstack.cloud,@atlassian.com)Dict[str, Any]) and validates malformed git log entriesUsage:
Current findings (using CODEOWNERS list):
Documentation in
scripts/CONTRIBUTOR_ANALYSIS.mdcovers methodology, accuracy considerations, and GitHub API usage.Tests
Script tested against full repository history. Verified contributor counts, GitHub username extraction logic, and both with/without GitHub API modes.
Related
N/A
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our2 minute survey.