actions-marketplace-validations/UpdateDocsPls
Reads changes in a PR and remind contributors to update docs if appropriate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 11, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/corp-0_update-docs-pls@b183457ae4ec629843a53c29944bc3019bd11865 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config_path | Path to configuration file which contains the articles: [files] relation. Defaults to .github/test_config.yaml | no | .github/UpdateDocsPls.yaml |
Outputs
| name | description |
|---|---|
| found_doc_related_changes | If true, it means we found changes related to documentation articles |
| comment_content | Formatted comment to be posted in the PR by another action |