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
Barry Gordon
32dc0a10fe
Merge branch 'main' into feelexyz/rename-keys-to-match-metadata
2021-05-27 11:37:21 +01:00
Barry Gordon
2712042ea6
Merge branch 'main' into feelepxyz/rename-output-key
2021-05-27 11:36:25 +01:00
Philip Harrison
0e0aa93e38
Match commit metadata fragment from start of line
...
Updated the tests to reflect commit messages where it begins at the
start of the line so we can match `---` and `...` as being at the
start of the line.
2021-05-27 11:26:40 +01:00
Philip Harrison
33c0a49593
Rename output key to updated-dependencies
...
Thoughts on renaming this and encouraging a specific `id` instead?
2021-05-27 11:26:21 +01:00
Philip Harrison
64e23a0a37
Prefix dependency to name and type keys
...
Updating the keys to match the metadata and disambiguate from
`updateType`.
This also matches the config file for allow/ignore.
2021-05-27 11:26:04 +01:00
Barry Gordon
77e6e637ae
Add main.js as the action entry point
2021-05-26 17:45:19 +01:00