Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add GitHub Actions workflow for automatic LICENSES.md updates
- Introduced a new workflow to automatically update the LICENSES.md file upon changes to go.mod and go.sum files on the main branch. - The workflow installs go-licenses, generates a comprehensive LICENSES.md file listing licenses for the project and its dependencies, and creates a pull request with the updates. - This enhancement improves documentation and compliance with licensing requirements for dependencies.
- Loading branch information