Peter Murray

Results 112 comments of Peter Murray

Send me an email at [email protected] with some availability and we can schedule from there.

Hi 👋 @eboukandoura, I have applied some extra debug/outputs and as I was walking through the code to add them identified a potential issue that might be causing this mapping...

If all those objects are empty, then the logs above from the action execution would be reporting back zeros for all the activity, which would point to permissions/visibility of the...

It would be dependant on the `token` and the `organization` name provided. If the `token` provided has the necessary access permissions for the specified `organization` you should be able to...

It might be possible, but the data required to identify user activity does not come from the users themselves, but each repository within the organization. The reason for this is...

There is some information available for SSO backed users via the GraphQL APIs under the various IdP bindings. When it comes the GitHub.com, privacy and ownership of identifying data lies...

I have a number of changes coming in to the `vnext` branch that should accommodate alternate branches.

This should be working as of now, https://github.blog/changelog/2023-04-27-graphql-improvements-for-fine-grained-pats-and-github-apps/ as the PAT v2 tokens can work with the GraphQL API. There is a new branch `vnext` that has a few other...

That is a good idea and would not be particularly difficult to do. I am working on some more changes in a TypeScript branch for this project to make it...

I am not sure about that... Here is a running workflow using the same invocation in the example code that has an injection and it does not execute it any...