Skip to content

post-compare-link

Actions
Post compare link when flake.lock changes
v0.1.4
Latest
Star (2)

flake.lock compare action

This action can be used to help reviewing input changes in flake.lock files.

It functions by comparing the changed flake.lock file with the previous version and using these information to post a continuously updated comment with compare links.

Example usage

name: Post compare link when flake.lock changes

permissions:
  issues: write
  pull-requests: write

on:
  pull_request:
    paths: ['flake.lock']

jobs:
  post-compare-link:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - uses: NuschtOS/flake-lock-compare-action@main

post-compare-link is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Post compare link when flake.lock changes
v0.1.4
Latest

post-compare-link is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.