Commit Graph

59 Commits

Author SHA1 Message Date
Michal Dorner 25327a213e
Fix README & status badge (#5) 2020-05-21 14:53:14 +02:00
Michal Dorner 29d498d99d
Fix globbing, update metadata, update ncc (#4)
* Enable minimatch dot option
It's not a default globbing behavior, however for our use-case is much more convenient to match those files.

* Update README and package.json
2020-05-21 13:46:48 +02:00
Michal Dorner f9b6173f5e
Fixes - making action pass self-test (#3)
* Remove accidental string interpolation from action.yml

* Fix test workflow filters

* Improve self-test

* Add test case for matching any changed file

* Fix workflow test - step `name` was used instead of `id`

* Extend default pull_request trigger types

* Remove `edited` trigger to avoid executing workflow on non-code changes
2020-05-21 01:37:33 +02:00
Michal Dorner 94603ab6f7
Update test workflow (#2) 2020-05-21 01:07:35 +02:00
Michal Dorner 350b8cb78b Rename `github-token` input to `githubToken` 2020-05-21 00:41:27 +02:00
Michal Dorner f29479bb44 Update README and action metadata 2020-05-21 00:31:39 +02:00
Michal Dorner 4e726dd036 Implement fetching, filtering and tests 2020-05-21 00:31:16 +02:00
dependabot[bot] d475d5da26
Bump acorn from 5.7.3 to 5.7.4 (#1)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-05-20 17:05:57 +02:00
Michal Dorner b78de5e86b Initial commit 2020-05-20 17:03:08 +02:00