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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/sdras/awesome-actions/pull/362
**Author:** [@MarceloPrado](https://github.com/MarceloPrado)
**Created:** 3/26/2020
**Status:** ✅ Merged
**Merged:** 3/30/2020
**Merged by:** [@jessicalostinspace](https://github.com/jessicalostinspace)
**Base:** `master` ← **Head:** `patch-1`
---
### 📝 Commits (2)
- [`aafc5e2`](https://github.com/sdras/awesome-actions/commit/aafc5e273fa1836b93458ece215f07447dddfade) add has-changed-path
- [`4b12098`](https://github.com/sdras/awesome-actions/commit/4b12098f7857b091a9d84634258902e63ed21c1c) Merge branch 'master' into patch-1
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/362
Author: @MarceloPrado
Created: 3/26/2020
Status: ✅ Merged
Merged: 3/30/2020
Merged by: @jessicalostinspace
Base:
master← Head:patch-1📝 Commits (2)
aafc5e2add has-changed-path4b12098Merge branch 'master' into patch-1📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.