Commit graph

140 commits

Author SHA1 Message Date
Henry Painter
642b45bb70 Minor version upgrades and rebuild 2024-03-26 20:22:13 +00:00
Henry Painter
7827066e45 Use node20 and checkout v4 2024-03-26 20:21:46 +00:00
henrycpainter
415a69e0d2
Merge pull request #2 from henrycpainter/Validation
Validation
2022-08-15 22:14:39 +01:00
Henry Painter
c1883b96b0 Explicit node version and licenses 2022-08-15 21:31:23 +01:00
Henry Painter
4f89215ff0 Use node16 2022-08-15 21:22:57 +01:00
Henry Painter
237fc5b174 Update readme 2022-08-15 21:14:59 +01:00
Henry Painter
aeb7b41165 Ignore comments and empty elements 2022-08-15 21:14:23 +01:00
Henry Painter
14827485d3 Adds global filter option 2022-08-15 19:34:24 +01:00
Henry Painter
9a3e560c61 Match array of filters in one go 2022-08-14 17:08:05 +01:00
Henry Painter
e6de1860ff Input validation 2022-08-14 17:08:02 +01:00
Henry Painter
9ac6e4619c Minify Build 2022-08-14 13:04:09 +01:00
Henry Painter
d748e34e85 Adds ignore path functionality 2022-08-14 12:52:32 +01:00
Henry Painter
b0bc141e31 Enable custom ref and base on PRs 2022-08-13 22:22:25 +01:00
Michal Dorner
8c7f485a57
Merge pull request #121 from JJ/master
Run audit fix with --force and a few other upgrades
2022-06-09 22:38:20 +02:00
Michal Dorner
17e486d015 Update eslint package 2022-06-09 22:36:15 +02:00
JJ Merelo
bdd8d7ab6c Generates code with new ncc 2022-02-01 07:56:38 +01:00
JJ Merelo
38e0a049f6 ⬆️ in a number of deps
To take care of deprecated upstream deps and somesuch
2022-02-01 07:55:41 +01:00
JJ Merelo
6b40481b02 ⚰️ rules no longer used 2022-02-01 07:50:06 +01:00
JJ Merelo
b55f63c13c Fix resulting dep errors 🐛 2022-02-01 07:48:18 +01:00
JJ Merelo
816eb040ab Run audit fix with --force 2022-02-01 07:38:06 +01:00
Michal Dorner
1ec7035ff5
Merge pull request #95 from jsoref/misc
Improve README
2021-07-08 19:39:33 +02:00
Josh Soref
74cfa7995e
Markdown fixes 2021-07-07 23:52:11 -04:00
Josh Soref
a0e43af4ae
Split yaml sections 2021-07-07 23:33:53 -04:00
Josh Soref
b7a9db5c9b
brand: GitHub 2021-07-07 23:32:59 -04:00
Michal Dorner
b2feaf19c2
Update CHANGELOG for v2.10.2 2021-06-14 10:39:12 +02:00
Michal Dorner
71d51d8208
Merge pull request #91 from dorny/issue-90-get-local-branch
Fix #90 getLocalRef() returns wrong ref
2021-06-14 10:38:37 +02:00
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
Michal Dorner
78ab00f877
Update CHANGELOG for v2.10.1 2021-04-19 22:35:26 +02:00
Michal Dorner
f3d3fc848b
Merge pull request #85 from dorny/improve-robustness
Improve robustness of change detection
2021-04-19 22:34:23 +02:00
Michal Dorner
aae9c5619e
Fix some grammar issues in README 2021-04-19 22:18:44 +02:00
Michal Dorner
e59743163d
Fix unnecessary calls to getLocalRef() 2021-04-12 22:46:34 +02:00
Michal Dorner
78b1672eeb
Fix missing await 2021-04-12 22:31:38 +02:00
Michal Dorner
f1c461fccf
Fix logging inside ensureRefAvailable() 2021-04-12 22:22:57 +02:00
Michal Dorner
0b18612ac3
Improve support for PR events + verify base and ref are used correctly 2021-04-12 16:29:29 +02:00
Michal Dorner
87375a4a68
Merge pull request #84 from dorny/v2.10
Version v2.10.0
2021-04-11 21:54:12 +02:00
Michal Dorner
24a74833cc
Update CHANGELOG for v2.10.0 2021-04-11 21:48:05 +02:00
Michal Dorner
d0507d9a8a
Improve log output 2021-04-11 21:39:09 +02:00
Michal Dorner
f093f3520b
Merge pull request #83 from dorny/issue-81-gh-api-reports-no-changes
Fix change detection in PR when pullRequest.changed_files is incorrect
2021-04-11 21:23:46 +02:00
Michal Dorner
8d029eb508
Fix change detection in PR when pullRequest.changed_files was incorrect 2021-04-11 21:15:30 +02:00
Michal Dorner
07d6abdb9c
Merge pull request #82 from dorny/issue-79-add-head-ref-input
Add ref input parameter
2021-04-11 21:00:00 +02:00
Michal Dorner
e8f370c197
Run PR workflow on PR to any branch 2021-04-11 20:58:42 +02:00
Michal Dorner
58ed00ec48
Update README 2021-04-11 20:49:05 +02:00
Michal Dorner
02eeef4973
Fix undefined instead of ref in log output 2021-04-07 22:41:22 +02:00
Michal Dorner
37a6d38b2d
Add ref input parameter 2021-04-07 22:32:59 +02:00
Michal Dorner
208adf42c8
Ignore error when some tag on remote was updated 2021-03-29 17:09:18 +02:00
Michal Dorner
ad1ae68cd0
Merge pull request #78 from dorny/issue-77-tag-as-base-broken
Fix change detection when base is a tag
2021-03-26 00:18:14 +01:00
Michal Dorner
5d414b88ab
Update CHANGELOG for v2.9.3 2021-03-26 00:14:59 +01:00
Michal Dorner
a6989ad592
Get full ref name without multiple invocations to git show-ref 2021-03-26 00:05:48 +01:00
Michal Dorner
6d8169070c
Improve logging 2021-03-25 23:45:44 +01:00
Michal Dorner
3d4a25053b
Update dist 2021-03-25 23:39:10 +01:00