The action outputs whether a path or combination of paths has changed in the previous commit.
It solves a common issue among monorepo setups: conditional actions. Deploying a project that did not change in the previous commit could be a waste of time and resources.
**Original Pull Request:** https://github.com/sdras/awesome-actions/pull/362
**State:** closed
**Merged:** Yes
---
This PR adds [Has Changed Path](https://github.com/MarceloPrado/has-changed-path/) action to Utility section.
The action outputs whether a path or combination of paths has changed in the previous commit.
> It solves a common issue among monorepo setups: conditional actions. Deploying a project that did not change in the previous commit could be a waste of time and resources.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Original Pull Request: https://github.com/sdras/awesome-actions/pull/362
State: closed
Merged: Yes
This PR adds Has Changed Path action to Utility section.
The action outputs whether a path or combination of paths has changed in the previous commit.