Peter Murray

Results 112 comments of Peter Murray

@dylan-smith friendly bump on the progress of getting this merged?

@dylan-smith sent an invite for you on the source repo so you can push changes

The new APIs are still changing and in flux, it is a fairly large change and I am working through the details as to how I can better support the...

Are you loading the `cjs` or `esm` variant? So I can work out how I might resolve this.

I have done a "quick" pass on this with Node 19 and the refactoring required and using it within another project as a module and it works, but it is...

Apologies, the .gitignore file excluded the custom type definition I needed to add, please try again now that I have forcibly added it,

That error would seem to indicate that the token in use does not have the required permissions... That error message will be coming directly from the Octokit REST library and...

Another option here is that when running inside a container that has the user as `root`, you can use the `jobs..container.options` directive to provide the `--user uid:gid` value of the...

Setting the `uid` is not always possible depending upon the container, how it was built and internal permissions inside the container. It is a good approach most of the time,...

There is the CODEOWNERS feature, https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners which you can utilize to apply branch protection rules on a directory, e.g. `.github/workflows/` but this is limited to being applied as a review...