Skip to content

w3f/action-find-old-files

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

Find stale docs

This action searches for outdated Markdown documents in defined locations. You can set directories and min. age of documents to search.

Input

  • dirs — Search in following directories, JSON, default is ['docs']
  • minAge — Min. age for stale docs in days, number, default is 21

Output

  • files - Path to JSON where stale fiels will be saved, default is stale-docs.json, see below

Output file format
JSON, where key is a path to file and value is age since last commit.

{
  "path/to/file.md": 21,
  ...
}

About

Find stale doc pages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%