Results 52 comments of Eric Cornelissen

My bad :sweat_smile: Thanks for double checking it! I updated the original issue description to avoid confusion.

Works for me on windows 👍 I would like to see one change tho, I think the `amend` checkbox should be disabled by default when opening the commit dialog. But...

It seems `::set-output` (and `::set-env` for that matter) [have been deprecated due to a vulnerability](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/). I tried using the [multiline string example](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#multline-strings) that the blog post refers to, but I...

Oops :sweat_smile: Thanks for pointing this out, it is indeed a mistake in the example (with the `::set-output` line removed the body would be empty or given an error). I...

I don't think anything needs to happen from the side of `npm-run-all`, the non-vulnerable version of `shell-quote` [is compatible](https://github.com/mysticatea/npm-run-all/blob/bf91f94ce597aa61da37d2e4208ce8c48bc86673/package.json#L39) with `npm-run-all` and will be used if either A) you installed...

Should this PR be updated to target the `main` branch (instead of `master`)?

While similar, @pje, it seems #155 does something slightly different, so I'm not sure what you're getting at with your comment :thinking: That being said, #155 looks great!

Thanks for showing your interested @SpencerKaiser, ~~I will try to work on getting a PR into this project as soon as possible.~~ Going to hold of on that given the...

@SpencerKaiser and @ogtony, I opened a PR for this feature :+1:

> thanks for the callout, I'll update the README to include these details. :+1: > In the meantime: The action uses the same set of files that Dependabot and Dependency...