Releases: diffpal/action
Releases · diffpal/action
Release list
DiffPal Review v1
Initial GitHub Action release for DiffPal pull request review.\n\nUse it as:\n\nyaml\n- uses: diffpal/action@v1\n with:\n base: ${{ github.event.pull_request.base.sha }}\n head: ${{ github.event.pull_request.head.sha }}\n\n\nThe action installs @diffpal/diffpal@latest by default. Pin diffpal-version for reproducible CI.
DiffPal Review v1.0.1
What's Changed
- docs(action): document CLI-owned feedback behavior by @metalagman in #1
New Contributors
- @metalagman made their first contribution in #1
Full Changelog: https://github.com/diffpal/action/commits/v1.0.1