Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created May 9, 2021 17:35
Show Gist options
  • Save WyriHaximus/1d5fdc59563052c83ed6b6900c5f7f4d to your computer and use it in GitHub Desktop.
Save WyriHaximus/1d5fdc59563052c83ed6b6900c5f7f4d to your computer and use it in GitHub Desktop.
name: Composer Diff
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
comment-composer-lock-diff:
name: Comment composer.lock diff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Comment composer.lock diff
uses: WyriHaximus/github-action-composer.lock-diff@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment