MarceloPrado / has-changed-path

GitHub Action that saves time and money in monorepo environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancing to allow custom head revision parameter

elithe1 opened this issue · comments

Currently this action does diff with Head~1 but in our case we use the conventional-changelog-action that commits the change log so we need to look at diff with Head~2.
For now I just forked it and changed for our purposes, but if you think it is something worth having i'd be happy to create a pr for the action that passes a config param for amount of revisions (default can still be 1 ofc)

proposed solution: #29 (comment)