GitHub Action
Diff poetry.lock
v1.0.0
Latest version
Poetry's lockfiles are very verbose and hard to make sense of. This makes it hard to keep track of what dependencies changed in a pull request. This Github Action aims to solve this problem by posting a readable summary of all changes to your pull requests.
Simply add the following step to your Github Action:
steps:
- name: Diff poetry.lock
uses: nborrmann/diff-poetry-lock@main
When the diff changes during the lifetime of a pull request, the original comment will be updated (or deleted in case all changes are rolled back).