paths-filter/src
Michal Dorner af2564d3e0
Fix #90 getLocalRef() returns wrong ref
git show-ref will return all branches where end segment matches the input. This cause issues when there are both 'someBranch' and 'somePrefix/someBranch' branches. This fix ensures the correct ref is returned by explicitly matching segments after common parts (e.g. refs/heads).
2021-06-14 10:20:58 +02:00
..
list-format Add list-files: csv format 2021-02-20 11:21:30 +01:00
exec.ts v2.4.0 - support local execution with act + allow tags (#40) 2020-09-30 00:32:49 +02:00
file.ts Extend filter syntax with optional specification of file status: add, modified, deleted (#22) 2020-08-04 20:57:29 +02:00
filter.ts Use picomatch + impl followups from #48 2020-11-09 00:45:53 +01:00
git.ts Fix #90 getLocalRef() returns wrong ref 2021-06-14 10:20:58 +02:00
main.ts Improve support for PR events + verify base and ref are used correctly 2021-04-12 16:29:29 +02:00