gramster/github-issue-reporter
Generates reports (typically daily) of potentially stale issues or issues that need attention.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The GitHub issue repository to generate the report for. | no | $GITHUB_REPOSITORY |
| prs | The GitHub code repository to generate the report for, if different to issue repository. | no | "" |
| githubTokenRead | The Github token or PAT token (preferred) for API access for reading issues. | yes | — |
| githubTokenCommit | The Github token or PAT token (preferred) for API access for committing reports. | yes | — |
| reportPath | Path of report folder | no | reports |
| reportNameTemplate | File name template for reports. Can use metacharacters understood by Python strftime. | no | report-%a.md |
| team | Comma-separated list of team members. Start with + if this is comprehensive. | no | "" |
| days | Time window (in days) for reports. Used to determine what items are new since last report. | no | 1 |
| all | Whether to show all items or only those that are new (based on time window). | no | false |
| hotspots | Whether to show a report on frequently changed files. | no | false |
| branch | The branch to use for pushing the reports to. | no | main |
Outputs
no outputs