Commit Graph

29 Commits

Author SHA1 Message Date
Michal Dorner de90cc6fb3
Update dist and CHANGELOG for v3.0.2 2024-03-02 23:11:12 +01:00
Michal Dorner ebc4d7e9eb
Update CHANGELOG for v3.0.1 2024-02-15 09:20:42 +01:00
Michal Dorner 0bc4621a31
Bump major version to v3
Node version has been updated to 20 which might be a breaking change.
2024-01-25 07:48:07 +01:00
Michal Dorner 7267a8516b
Update CHANGELOG for v2.12.0 2024-01-24 22:53:50 +01:00
Michal Dorner 4512585405
Update dist/index.js and CHANGELOG for v2.11.1 2022-10-12 22:34:54 +02:00
Michal Dorner 737cb1986a
Update dist/index.js and CHANGELOG for v2.11.0 2022-10-12 00:00:32 +02:00
Michal Dorner b2feaf19c2
Update CHANGELOG for v2.10.2 2021-06-14 10:39:12 +02:00
Michal Dorner 78ab00f877
Update CHANGELOG for v2.10.1 2021-04-19 22:35:26 +02:00
Michal Dorner 24a74833cc
Update CHANGELOG for v2.10.0 2021-04-11 21:48:05 +02:00
Michal Dorner 5d414b88ab
Update CHANGELOG for v2.9.3 2021-03-26 00:14:59 +01:00
Michal Dorner c64be944bf
Update CHANGELOG 2021-03-09 22:01:10 +01:00
Michal Dorner 46d2898cef
Update CHANGELOG 2021-03-08 17:10:14 +01:00
Michal Dorner febe8330ca
Update README and CHANGELOG 2021-02-20 11:28:11 +01:00
Michal Dorner 7c0f15b688
Update CHANGELOG 2021-01-29 20:10:42 +01:00
Michal Dorner c506bed1ae
Update CHANGELOG.md for v2.7.0 2020-12-17 22:51:53 +01:00
Michal Dorner 181b35e268
Update docs for v2.6.0 2020-11-22 21:17:07 +01:00
Michal Dorner d599443ba5
Fix change detection using Github API (#51) 2020-11-13 20:15:41 +01:00
Michal Dorner eb8fe2c24b
Update dist/index.js and docs after PR #50 2020-11-13 18:55:57 +01:00
Michal Dorner b4eabb6049 Use picomatch + impl followups from #48 2020-11-09 00:45:53 +01:00
Michal Dorner b37d4e9e86
Use micromatch instead of minimatch (#46)
* Use micromatch instead of minimatch

micromatch claims to support full Bash 4.3 spec and it actually passes all the tests. 
For example this fixes processing of '!(**/*.tsx|**/*.less)' pattern - needed by #45

* Update CHANGELOG.md
2020-10-23 12:33:44 +02:00
Michal Dorner 75cbfb4be9
Support workflows triggered by any event (#44)
* Allow change detection on all event types

* mention commit SHA in docs for base parameter

* improve logging

* update CHANGELOG.md
2020-10-16 12:28:12 +02:00
Michal Dorner 9bd03c0d68
Update CHANGELOG.md 2020-10-06 13:40:13 +02:00
Michal Dorner 9553dabbd8
Remove usage of --no-auto-gc option (#42)
* Remove usage of --no-auto-gc option

This option is not supported in git versions < 2.23.
Older git versions might be used in self-hosted runners.

* Update CHANGELOG
2020-10-06 13:38:18 +02:00
Michal Dorner ff5bb057bf
v2.4.0 - support local execution with act + allow tags (#40)
* Avoid code repetition with exec() and output listeners

* Improve behavior for new branches and when it's running in ACT

* Detect parent commit only if needed

* Fix parent commit detection for initial commit

* Improve logging

* Improve current ref detection

* Fix issue when base is a already fetched tag

* Fix issue when base is a already fetched tag

* Update README

* Document usage with act

* Use `git log` to get changes in latest commit

* Disable other output for `git log`

* get short name from base ref + improve loggig

* update CHANGELOG
2020-09-30 00:32:49 +02:00
Michal Dorner bfc5803f5e
Add working-directory PR to changelog 2020-09-14 17:22:51 +02:00
Michal Dorner b4f32c4f08
Reworked README for v2.3 release (#37) 2020-09-14 17:19:32 +02:00
Michal Dorner 3b817c9974
Add support for pull_request_target (#30)
Complements previous commit:
 - adds modified index.js
 - bumps version to 2.2.1
2020-08-13 21:55:56 +02:00
Michal Dorner 83deb9f037
Improve change detection for feature branches (#16)
* Detect changes against configured base branch

* Update README and action.yml

* Add job.outputs example

* Update CHANGELOG
2020-06-24 21:53:31 +02:00
Michal Dorner 7d201829e2
Support reusable paths blocks via yaml anchors (#13)
* Add support for nested arrays of path expressions

* Remove pull_request trigger type options

Default value is fine: opened, synchronize, reopened

* Add CHANGELOG

* Update README
2020-06-19 23:39:06 +02:00