absaoss/Living Documentation Collector for GitHub
Collect living documentation data from GitHub repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 12, 2026
- License
- Apache 2.0
Pinned Snippet
uses: absaoss/living-doc-collector-gh@3992722e3b7c547e8557a794cbe42d5413326dae # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB-TOKEN | GitHub token for authentication. | yes | — |
| doc-issues | Enable or disable `Documentation Issues` mode. | yes | — |
| verbose-logging | Enable or disable verbose logging. | no | false |
| doc-issues-repositories | JSON string defining the repositories to be included in the documentation generation. | no | [] |
| doc-issues-project-state-mining | Enable or disable mining of project state data. | no | false |
| doc-source | Enable or disable `Documentation Source` mode. | yes | — |
| doc-source-repositories | JSON string defining the repositories for doc-source mode. | no | [] |
| ui-tests | Enable or disable `UI Tests` mode. | yes | — |
| ui-tests-repositories | JSON string defining the repositories for ui-tests mode. | no | [] |
Outputs
| name | description |
|---|---|
| output-path | Path to the collected living documentation files. |