Skip to content

Commit

Permalink
Add post-compare-link action (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 8, 2024
1 parent 49e201d commit 71f7a80
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/post-compare-link.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit 71f7a80

Please sign in to comment.