8000 Tags · simllll/paths-filter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: simllll/paths-filter

Tags

v2

Toggle v2's commit message
chore: add debug output

v2.5.2

Toggle v2.5.2's commit message
Use picomatch + impl followups from dorny#48

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use micromatch instead of minimatch (dorny#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 dorny#45

* Update CHANGELOG.md

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dorny Michal Dorner
update CHANGELOG.md

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
dorny Michal Dorner
Add minimal example to the top part of README

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.4.0 - support local execution with act + allow tags (dorny#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

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dorny#38 from dorny/develop

Release v 2.3.0

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for pull_request_target (dorny#30)

Complements previous commit:
 - adds modified index.js
 - bumps version to 2.2.1

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve change detection for feature branches (dorny#16)

* Detect changes against configured base branch

* Update README and action.yml

* Add job.outputs example

* Update CHANGELOG
0