Graveyard Check
Version updated for https://github.com/TahaKotwal12/graveyard-check to version v0.2.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Graveyard Check automates the discovery and recommendation of maintainers for abandoned dependencies, helping users identify packages that are effectively dead. It provides a comprehensive scan of project dependencies across various ecosystems (npm, PyPI) to determine which ones may require migration, offering verified community successors as recommendations.
What’s Changed
- Add GitHub contribution templates and issue bootstrap script. (de88857)
- Refactor command display in App component: update CLI commands to use ’npm i graveyard-check’ and reorganize layout for better user experience. Modify section titles for clarity. (0125547)
- Update package.json files: change repository URL format in root package.json and add dependencies and devDependencies in website package.json for improved project structure and functionality. (d5e67a2)
- Rename project from ‘Lifeboat’ to ‘Graveyard Check’, updating all relevant files and references. Modify action.yml, README, and documentation to reflect the new name and functionality. Add website structure for marketing and documentation. Update CLI commands and error messages accordingly. (deebb75)
- Add project structure with essential files including .gitignore, README, configuration files, and GitHub Actions for CI. Implement core functionality for dependency scanning and successor recommendations. (ffa9b31)
- first commit (e7c3bcf)