actions-marketplace-validations/github-issue-reporter

Generates reports (typically daily) of potentially stale issues or issues that need attention.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Apr 29, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/gramster_github-issue-reporter@2893428b23d88bc252c498aa4563201efb2e6132 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repositoryThe GitHub issue repository to generate the report for.no$GITHUB_REPOSITORY
prsThe GitHub code repository to generate the report for, if different to issue repository.no""
githubTokenReadThe Github token or PAT token (preferred) for API access for reading issues.yes
githubTokenCommitThe Github token or PAT token (preferred) for API access for committing reports.yes
reportPathPath of report foldernoreports
reportNameTemplateFile name template for reports. Can use metacharacters understood by Python strftime.noreport-%a.md
teamComma-separated list of team members. Start with + if this is comprehensive.no""
daysTime window (in days) for reports. Used to determine what items are new since last report.no1
allWhether to show all items or only those that are new (based on time window).nofalse
hotspotsWhether to show a report on frequently changed files.nofalse
branchThe branch to use for pushing the reports to.nomain

no outputs