Josh Gross

Results 103 comments of Josh Gross

@smorimoto please stop pinging GitHub Staff on this issue: > Contacting any member of GitHub Staff via unsolicited mentions or pings, or via channels other than GitHub Community itself, or...

@smorimoto I understand your disappointment, but pinging random GitHub Staff on pull requests is not the solution. Your feedback is appreciated though.

👋 Hey @bartgol, Apologies for the lack of a response here. We aren't currently taking new features for this action. Feature requests should be done through an issue and we...

👋 I will work on reverting this change

`context` comes from `@actions/github` so I'll transfer this to the toolkit repo.

Cache keys are prefix-matched, so if your restore key is `cache-toolchains-atf-d64` then both `cache-toolchains-atf-d64` and `cache-toolchains-atf-d64x` would be a valid cache to restore. > restore-keys - An ordered list of...

👋 I've checked the internal service implementation and it appears that our documentation is incorrect. `key` uses prefix-matching similar to how `restore-keys` works.

@karl3wm this issue is not the right place to make those requests. Please file a new issue for each ask.

👋 Hey @sameerseekala1, I would recommend going through GitHub Support for this sort of question - https://support.github.com/ That way we can get more details about your repository and route this...

It would also be worth validating if the recent `actions/checkout` release impacted you. Could you pin your workflow to `v4.2.0` instead of `v4` to validate if this is an issue...