23 Commits

Author SHA1 Message Date
Cat Chen
5a7546a6e7 Fixed missing outputs in action.yml 2024-10-23 12:38:44 -07:00
Nish Sinha
f2f0ad1522 Upgrade from node16 to node20 (#443)
* Upgrade from node16 to node20

node16 is now EOL

* Ugrade node and npm versions

* Use the GitHub Actions reporter to stop failing on core.setFailure tests

* `npm >= 10` requires `node >= 20.5.0`

Co-authored-by: Paul <schuette.paul@gmail.com>

---------

Co-authored-by: Jeff Widman <jeff@jeffwidman.com>
Co-authored-by: Paul <schuette.paul@gmail.com>
2024-03-21 10:58:45 -07:00
Michael Waddell
32fd3a60da Added flag if "Maintainer changes" appears in the PR body (#174)
Ideally this would get passed over in the commit message instead of being part of the (editable) PR body. For now though we can just use the PR body.
2023-04-24 13:14:30 -07:00
Yeikel
6c2bf2fe33 feat: add option to skip internal verifications (#336)
Add a `skip-verification` (boolean) option:
 
 - If `true`, the action will not validate the user or the commit verification status
 - Defaults to `false`

Allows for scenarios where users want to add or amend commits on the Dependabot PR, and those commits will not come from the :dependabot: user.

There's a fair bit of discussion on this use case and also why this isn't the default behavior, see:
* https://github.com/dependabot/fetch-metadata/pull/336
* https://github.com/dependabot/fetch-metadata/issues/332
2023-04-17 12:44:22 -07:00
quinnjn
c61fcd038c Bump action to use node16 2022-09-14 13:59:30 -07:00
Jonathan Sokolowski
15259f7733 action.yaml: fix skip-commit-verification quoting 2022-07-01 09:13:53 +10:00
Barry Gordon
b1673a77b4 Add skip-commit-verification input 2022-06-30 14:36:01 +01:00
Barry Gordon
0ca01a5553 Merge pull request #146 from pangaeatech/get_compat_score
Return compatibility score
2022-02-28 18:10:37 +00:00
Jack Bates
0caf82fe41 Default github-token 2022-02-23 09:57:53 -07: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
cfcd55c7b9 Make new "get-alerts" functionality off by default 2022-02-21 19:09:53 -06:00
Michael Waddell
e0099a154d Adding compatibility-score to output 2022-02-20 18:43:16 -06:00
Michael Waddell
317bd19a8e updating documentation and adding more checks to unit tests 2022-02-17 21:15:55 -06:00
Michael Waddell
ffbb37fe01 renaming target_branch to target-branch 2022-02-11 14:08:20 -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
Barry Gordon
26bd067c5e Add action branding 2021-06-21 12:19:58 +01:00
Barry Gordon
740c1c4a95 Update copy 2021-05-28 16:08:00 +01:00
Barry Gordon
9502fc8104 Update action.yml with output changes 2021-05-28 15:49:53 +01:00
Barry Gordon
c6fe511d79 Typos and example corrections
Co-authored-by: Mike McDonald <2575327+asciimike@users.noreply.github.com>
2021-05-27 17:13:28 +01:00
Barry Gordon
b3468d8a9b Update action name, add example usage 2021-05-27 16:49:31 +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
Barry Gordon
85b3b5bce7 Add action.yml 2021-05-26 17:50:32 +01:00