oss-infra/GH Pulse Scout
Analyze recent GitHub issues over a lookback window and generate status report.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Target repository in owner/repo format. Defaults to the current repo. | no | ${{ github.repository }} |
| days | Lookback window in days. | no | 30 |
| github-token | GitHub token for API access. | yes | — |
| openai-api-key | OpenAI-compatible API key. If empty, AI summary is skipped. | no | "" |
| openai-base-url | OpenAI-compatible base URL. | no | https://api.openai.com/v1 |
| openai-model | OpenAI model name. | no | gpt-4o-mini |
| output-file | Optional path to write the rendered report. | no | pulse-report.md |
| language | Output language for the AI summary. Use 'auto' to let the model decide, or a name/code like 'English', 'Chinese', 'zh', 'ja'. | no | auto |
Outputs
| name | description |
|---|---|
| report-file | Path to the rendered Markdown report file. |
| report | The rendered Markdown report content (text + AI summary). |