de90cc6fb3
Update dist and CHANGELOG for v3.0.2
v3.0.2
v3
2024-03-02 23:11:12 +01:00
cf89abdbae
Merge pull request #224 from petermetz/feat-filter-predicate-quantifier
...
feat: add config parameter for predicate quantifier
2024-03-02 22:28:32 +01:00
f90d5265d6
feat: add config parameter for predicate quantifier
...
Setting the new 'predicate-quantifier' configuration parameter to 'every'
makes it so that all the patterns have to match a file for it to be
considered changed.
This can be leveraged to ensure that you only build & test software changes
that have real impact on the behavior of the code, e.g. you can set up your
build to run when Typescript/Rust/etc. files are changed but markdown
changes in the diff will be ignored and you consume less resources to build.
The default behavior does not change by the introduction of this feature
so upgrading can be done safely knowing that existing workflows will not
break.
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com >
2024-02-22 12:48:55 -08:00
ebc4d7e9eb
Update CHANGELOG for v3.0.1
v3.0.1
2024-02-15 09:20:42 +01:00
45f16f1875
Merge pull request #133 from frouioui/main
...
Compare base and ref when token is empty
2024-02-15 09:15:48 +01:00
5da0e4c086
Merge branch 'master'
2024-02-15 09:13:51 +01:00
1441771bbf
Update README.md
...
Add info about v3 release to What's New section
2024-01-25 08:13:18 +01:00
0bc4621a31
Bump major version to v3
...
Node version has been updated to 20 which might be a breaking change.
v3.0.0
2024-01-25 07:48:07 +01:00
7267a8516b
Update CHANGELOG for v2.12.0
v2.12.0
2024-01-24 22:53:50 +01:00
e36f1124bf
Merge pull request #215 from dorny/update-dependencies
...
Update all dependencies
2024-01-24 22:52:20 +01:00
2f74457227
Update all dependencies
2024-01-24 22:50:18 +01:00
67617953b4
Update examples in README to use checkout@v4
2024-01-24 15:51:01 +01:00
a35d8d6a33
Merge pull request #211 from chenrui333/node-20
...
chore(deps): bump checkout action to v4 and use setup-node to setup node and cache npm deps
2024-01-24 15:35:19 +01:00
b5a5203f8b
chore(deps): bump checkout action to v4 and use setup-node to setup node and cache npm deps
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2023-12-08 20:07:04 -05:00
3c49e64ca2
Merge pull request #210 from dorny/use-nodejs-20
...
Update to nodejs 20
2023-12-04 21:00:07 +01:00
8ec7be4734
Update to nodejs 20
2023-12-04 20:54:44 +01:00
100a1198b2
Revert back to node16
2023-12-04 20:42:41 +01:00
96be2b61c4
Merge pull request #206 from danielhjacobs/patch-1
...
Update Node.js to version 20
2023-12-04 20:37:19 +01:00
f5071954e8
Update Node.js to version 20
2023-10-25 13:21:33 -04:00
4067d88573
Merge pull request #178 from iamtodor/patch-1
...
Update README.md: added real world usage example
2022-12-11 11:00:00 +01:00
fc3b4e8a61
added py_linter.yaml link to demo repo
2022-12-03 13:03:55 +00:00
fbb4d78dec
Update README.md
...
added blog post about this plugin's configuration and usage
2022-12-03 13:55:58 +01:00
245527a2ef
Merge remote-tracking branch 'upstream/master'
2022-10-26 15:40:33 +02:00
4512585405
Update dist/index.js and CHANGELOG for v2.11.1
v2.11.1
2022-10-12 22:34:54 +02:00
5f5fe18015
Merge pull request #168 from dorny/job-permissions
...
Document need for pull-requests: read permission
2022-10-12 22:15:23 +02:00
e12ca0e584
Revert "Modify ts file to trigger CI"
...
This reverts commit ffe0943825
.
2022-10-12 22:14:42 +02:00
ffe0943825
Modify ts file to trigger CI
2022-10-12 22:13:26 +02:00
c763b521be
Document need for pull-requests: read permission
2022-10-12 22:11:12 +02:00
9e7258bb2a
Specify job permissions in the pull request workflow
2022-10-12 22:02:50 +02:00
baa26e3237
Merge pull request #167 from dorny/update-actions-core-package
...
Update @actions/core to v1.10.0
2022-10-12 21:17:38 +02:00
513ea69ce3
Update @actions/core to v1.10.0
...
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-10-12 21:15:02 +02:00
027a82c128
Merge pull request #164 from IdanYaffe/idanyaffe-master
...
updating to actions/checkout@v3 in order to avoid the set-output depr…
2022-10-12 13:54:41 +02:00
e0f036e43d
updating to actions/checkout@v3 in order to avoid the set-output deprecation warning
2022-10-12 12:21:43 +02:00
737cb1986a
Update dist/index.js and CHANGELOG for v2.11.0
v2.11.0
2022-10-12 00:00:32 +02:00
0ef5f0d812
Merge pull request #163 from dorny/use-octokit-pagination
...
Use Octokit pagination
2022-10-11 23:51:36 +02:00
248cda557c
Use Octokit pagination
2022-10-11 23:48:07 +02:00
b0e6c31fb8
Merge pull request #162 from dorny/fix-exec-unicode-handling
...
Fix incorrect handling of Unicode characters in exec()
2022-10-11 23:07:30 +02:00
ce8f47aa7f
Fix incorrect handling of Unicode characters in exec()
2022-10-11 23:01:54 +02:00
829abbf5d3
Merge pull request #157 from tlinhart/patch-1
...
Set `list-files` input parameter as not required
2022-10-11 22:40:00 +02:00
c232e225e7
Merge pull request #161 from massongit/patch-1
...
Update Node.js
2022-10-11 22:33:24 +02:00
e7dd821189
Merge pull request #160 from austinpray-mixpanel/patch-1
...
Updates real world links
2022-10-11 22:30:44 +02:00
375cc8a558
Update Node.js
2022-10-11 00:40:01 +09:00
a458940404
Updates real world links
...
These pinned commits have changed a lot in the default branches
2022-10-07 11:55:03 -05:00
ff17951ef9
Set list-files
input parameter as not required
...
There is a default value provided in the action metadata file so the input parameter should be specified as not required. Leaving it marked as required causes workflow validation errors when leaving out this parameter.
2022-09-29 12:58:42 +02:00
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
17e486d015
Update eslint package
2022-06-09 22:36:15 +02:00
5266f0ac59
Compare base and ref when token is empty
...
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr >
2022-04-19 14:29:04 +02:00
bdd8d7ab6c
✨ Generates code with new ncc
2022-02-01 07:56:38 +01:00
38e0a049f6
⬆️ in a number of deps
...
To take care of deprecated upstream deps and somesuch
2022-02-01 07:55:41 +01:00
6b40481b02
⚰️ rules no longer used
2022-02-01 07:50:06 +01:00