babygrootcicd/Community Pulse Reporter
自動生成社群貢獻報告與排行榜 | Generates monthly contribution reports and leaderboards for open source projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token to fetch repository data (use secrets.GITHUB_TOKEN) | yes | — |
| repo_owner | Repository owner (organization or username) | no | ${{ github.repository_owner }} |
| repo_name | Repository name | no | ${{ github.event.repository.name }} |
| interval | Time range for analysis (e.g., "30" for last 30 days, "last_month" for last month) | no | 30 |
| output_file | Path to save the community report (Markdown format) | no | COMMUNITY_REPORT.md |
| include_stats | Include detailed statistics in the report (true/false) | no | true |
Outputs
| name | description |
|---|---|
| report_file | Path to the generated community report |
| total_contributors | Total number of contributors in the period |
| total_prs | Total number of pull requests |
| total_issues | Total number of issues |