h1s97x/GitHub Social Graph
Analyze a GitHub user social network and post a report as a PR comment or Job Summary
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API calls and PR comments | yes | ${{ github.token }} |
| username | GitHub username to analyze. Defaults to the PR author when triggered by pull_request event | no | "" |
| max-followers | Maximum number of followers to analyze | no | 50 |
| max-repos | Maximum number of repositories to analyze | no | 15 |
| comment-on-pr | Post the report as a PR comment (only works on pull_request events) | no | true |
Outputs
| name | description |
|---|---|
| report | Generated Markdown report |
| total-nodes | Total number of graph nodes |
| total-links | Total number of graph links |
| user-nodes | Number of developer nodes |
| repo-nodes | Number of repository nodes |
| recommendations | Recommended developers to follow (JSON array of logins) |