Skip to content

A Github Action that posts a summary of all changes within the poetry.lock file to a pull request

License

Notifications You must be signed in to change notification settings

nborrmann/diff-poetry-lock

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

Diff poetry.lock

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.

Example

image

Usage

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).

About

A Github Action that posts a summary of all changes within the poetry.lock file to a pull request

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •