labview-community-ci-cd/Org Coding Hours
GitHub Action to compute coding hours across multiple repositories using git-hours (runs in a Docker container).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repos | Space-separated list of GitHub repositories in owner/name format. | yes | — |
| window_start | Optional start date in YYYY-MM-DD format for the report window. | no | — |
| metrics_branch | Name of the branch to commit JSON reports to (if provided). | no | — |
| git_hours_version | git-hours release tag to use. | no | v0.1.2 |
| github_token | GitHub token used to authenticate requests. | yes | — |
Outputs
| name | description |
|---|---|
| aggregated_report | Path to the aggregated JSON report file |
| repo_slug | Repositories identifier safe for artifact names (slashes and spaces replaced by underscores) |