package-change-detector-action
TypeScript icon, indicating that this package has built-in type declarations

0.0.1Β β€’Β PublicΒ β€’Β Published

Package Change Detector Action

GitHub Action that outputs whether the package.json file changed. πŸ‘›

πŸ‘ͺ All Contributors: 1 🀝 Code of Conduct: Kept πŸ§ͺ Coverage πŸ“ License: MIT πŸ“¦ npm version πŸ’ͺ TypeScript: Strict

Usage

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

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! πŸ‘›

Contributors

Josh Goldberg ✨
Josh Goldberg ✨

πŸ’» πŸ–‹ πŸ“– πŸ€” πŸš‡ 🚧 πŸ“† πŸ”§

πŸ’ This package was templated with create-typescript-app using the Bingo framework.

Readme

Keywords

none

Package Sidebar

Install

npm i package-change-detector-action

Weekly Downloads

13

Version

0.0.1

License

MIT

Unpacked Size

8.11 kB

Total Files

4

Last publish

Collaborators

  • joshuakgoldberg