GitHub Action that outputs whether the package.json file changed. π
This action may be run in a pull_request
or pull_request_target
workflow.
It will populate an outputs.changed
value indicating whether specific package.json
properties were changed in the pull request.
runs:
steps:
- id: package-change
uses: JoshuaKGoldberg/package-change-detector-action@0.0.0
with:
properties: engines
- run: echo "${{ steps.package-change.outputs.changed }}"
shell: bash
See .github/CONTRIBUTING.md
, then .github/DEVELOPMENT.md
.
Thanks! π
Josh Goldberg β¨ π» π π π€ π π§ π π§ |
π This package was templated with
create-typescript-app
using the Bingo framework.