littlehorse-enterprises/Docs check and dispatch
Check if documentation is required (commit message or PR label) and conditionally dispatch to lh-site
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check_mode | Mode to check: "commit" for commit messages, "label" for PR labels, "both" for either | no | both |
| commit_sha | Specific commit SHA to check (optional, defaults to HEAD) | no | "" |
| source_repo | Source repository (owner/repo) | yes | — |
| source_ref | Source ref (branch or tag) | yes | — |
| source_sha | Source commit SHA | yes | — |
| lh_site_repo | Target lh-site repository (owner/repo). Set via format('{0}/{1}', github.repository_owner, vars.LH_SITE_REPO) in workflow. | yes | — |
| gh_token | GitHub token for authentication (e.g. from create-github-app-token) | yes | — |
Outputs
| name | description |
|---|---|
| docs_required | Whether documentation was required |
| commits | Space-separated list of commits requiring documentation |