Michael Heap

Results 36 comments of Michael Heap

Hey @iddan, I couldn't get this working for me in VS Code. Could you share any more guidance?

I ran `npm link` with your fork and the typings were not showing up as expected when I imported the module

I had a go at this. Type definitions generated with `rm *.d.ts; npx tsc` on this branch: https://github.com/mheap/octokit-commit-multiple-files/tree/add-types I'm struggling how to extend the `octokit` definitions to include `createOrUpdateFiles()`. [Module...

@lucasgonze I'm not sure what you're suggesting we implement here. Are you looking for a way to specify a specific version of a dependency, or to update the hash in...

Thanks for the examples, it makes it much clearer. What are the benefits of adding support for `node bin.js --update DoozyX/[email protected]` in addition to updating the YAML to `uses: DoozyX/[email protected]`...

Yep, that's how it would work today. We currently have an `--allow` flag to ignore specific actions from being pinned. Would adding an `--only` flag enable your use case? ```...