jonmcquillan
919f913865
Allow leading v on commit message versions ( #338 )
...
Previously, a leading `v` on the version in the commit message (eg, `Bumps org/repo from v1.3.0 to v1.3.2.`) did not populate the `previous-version` and `new-version`, so was also unable to calculate the proper `update-type`.
This fixes that.
Fix #244
2023-04-12 11:40:23 -07:00
Kenichi Kamiya
cf0e979712
Merge branch 'main' into fix-get-info-for-library
2023-01-18 12:15:22 +09:00
Jeff Widman
a00355d0b5
run npm ci && npm run build
2023-01-02 19:16:14 +00:00
Jeff Widman
aa1a97eee8
run npm ci to regenerate dist/ folder
2022-12-05 06:38:23 +00:00
github-actions
e670fb927e
[dependabot skip] Update dist/ with build changes
2022-11-01 14:50:26 +00:00
github-actions
2c682a41d7
[dependabot skip] Update dist/ with build changes
2022-11-01 14:46:03 +00:00
Mattt
e99f596f42
npm run build
2022-11-01 06:31:23 -07:00
Barry Gordon
00ab600844
Manually bump dist/
2022-09-22 11:23:04 +01:00
github-actions
e46234153b
[dependabot skip] Update dist/ with build changes
2022-09-22 07:33:44 +00:00
github-actions
fbb3c16284
[dependabot skip] Update dist/ with build changes
2022-09-22 07:08:50 +00:00
Barry Gordon
6c87543e47
Bump dist/
2022-06-30 14:43:46 +01:00
Kenichi Kamiya
f45919f08b
npm run build
2022-06-30 10:00:44 +09:00
Barry Gordon
b1d2cf8266
Bump dist/
2022-04-20 11:32:28 +01:00
github-actions
25d8fcd410
[dependabot skip] Update dist/ with build changes
2022-04-20 10:14:26 +00:00
Barry Gordon
7399a0b09a
Bump dist/
2022-04-19 17:37:24 +01:00
Salim Bensiali
aa4ffba345
Update dist
2022-03-30 05:12:13 +10:00
Michael Waddell
84741a1a63
If the update-type is missing for some reason, calculate it from the versions
2022-03-04 22:40:59 -06:00
Barry Gordon
0ca01a5553
Merge pull request #146 from pangaeatech/get_compat_score
...
Return compatibility score
2022-02-28 18:10:37 +00:00
Michael Waddell
4a8756595b
Allow fetch-metadata to run on a PR even if it has additional commits, as long as the 0th one was added by dependabot and is verified.
2022-02-26 13:40:40 -06:00
Michael Waddell
ba0ddd7fd8
disabling by default
2022-02-21 19:36:02 -06:00
Michael Waddell
dd76591256
Merge branch 'flag-security-alerts' into get_compat_score
2022-02-21 19:27:14 -06:00
Michael Waddell
6d854e50fd
Merge branch 'main' into get_compat_score
2022-02-21 19:22:05 -06:00
Michael Waddell
b7b7f7f8a3
rebuilding index.js
2022-02-21 19:19:19 -06:00
Michael Waddell
cfcd55c7b9
Make new "get-alerts" functionality off by default
2022-02-21 19:09:53 -06:00
Michael Waddell
582a0e6a5f
Merge branch 'main' into flag-security-alerts
2022-02-21 17:41:40 -06:00
Barry Gordon
91c778d976
Fix new Typescript rules
2022-02-21 20:22:22 +00:00
github-actions[bot]
54c7e6cb13
Merge pull request #155 from dependabot/dependabot/npm_and_yarn/actions/core-1.6.0
...
Bump @actions/core from 1.4.0 to 1.6.0
2022-02-21 20:09:30 +00:00
Barry Gordon
b54d201a0f
Bump dist/ files
2022-02-21 20:06:08 +00:00
Barry Gordon
2b32e7f6a1
Bump dist/ files
2022-02-21 18:03:21 +00:00
Barry Gordon
20dbdf78a4
Update dist
2022-02-21 17:09:09 +00:00
Michael Waddell
a686f32e84
updating dist/index.js
2022-02-20 22:35:08 -06:00
Michael Waddell
e0099a154d
Adding compatibility-score to output
2022-02-20 18:43:16 -06:00
Michael Waddell
e79c4e95c1
fixing bug with directory name when the dependency name contains slashes
2022-02-19 21:37:09 -06:00
Michael Waddell
1dafcbca7f
unit testing
2022-02-18 22:24:17 -06:00
Michael Waddell
1cb4b42b75
rebuilding index.js
2022-02-17 20:35:46 -06:00
Michael Waddell
4d5384fc6f
linting and unit testing
2022-02-17 20:32:55 -06:00
Michael Waddell
17e334fb15
Merge branch 'main' into use_author
2022-02-11 20:46:55 -06:00
Michael Waddell
7bf7b54629
rebuilding index.js
2022-02-11 14:11:36 -06:00
Michael Waddell
ffbb37fe01
renaming target_branch to target-branch
2022-02-11 14:08:20 -06:00
Michael Waddell
74c5483adb
Using branchNames per @Nishnha's suggestion
2022-02-09 13:45:56 -06:00
Michael Waddell
8001861ce3
Added directory, package-ecosystem and target_branch to output
...
closes issue #76
2022-02-07 17:39:02 -06:00
Michael Waddell
960d125896
Check PR Author instead of Action Actor
...
closes issue #112
2022-02-07 11:24:33 -06:00
Barry Gordon
e0c263b411
bump dist
2021-08-03 13:35:09 +01:00
Barry Gordon
6c594819da
Update dist
2021-06-21 12:09:39 +01:00
Barry Gordon
fca28e5a1d
Handle API errors specifically
2021-06-02 17:24:39 +01:00
Philip Harrison
bc1a61c29a
Log the metadata outputs
...
Adding a log group around `Outputting metadata for updated dependencies`
and logging the metadata outputs in there.
I found myself reaching for the metadata output in the logs.
It should make it easier to debug an action that's not matching a pr.
2021-06-02 10:10:51 +01:00
Barry Gordon
a551173326
Fix indirect update types
...
Co-authored-by: Philip Harrison <philip@mailharrison.com >
2021-06-01 14:52:37 +01:00
Barry Gordon
20ad4bf5b0
Ensure we exit the Action run if there is no metadata
2021-05-28 15:44:09 +01:00
Barry Gordon
625deb78d6
Bump dist/
2021-05-28 15:39:16 +01:00
Barry Gordon
1e6d6ee55f
Update dist/
2021-05-27 17:06:36 +01:00