Nick Iodice
Nick Iodice
### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/setup-buildx-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [X] The documentation does not mention anything about my problem...
The API in GitHub will return attributes about the runner the job was executed on: https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28#list-jobs-for-a-workflow-run-attempt. Specifically of interest to me are: - `runner_id` - `runner_name` (the most important to...
## Background Context I'm working in a hosting environment that at a high level works like this: - Load balancer monitors `/health` endpoint, exposed via admin port, to identify if...
## Description It would be helpful to be able to control cross cutting runtime behaviors in `rover` without deploying code changes to the commands being invoked. A primary example of...
Just curious if this library sets a default value for the `sampling.priority` tag? I didn't see it anywhere in the library, but I wanted to check in case I'm missing...
This action could handle a little more flexibility in the `repositories` input. A common mistake is to provide `repositories: foo, bar` instead of `repositories: foo,bar` if a token is needed...
Looking into the GraphQL specification, I believe that schemas for federated graphs are being rendered in a slightly incorrect way. The [specification](https://spec.graphql.org/October2021/#sec-Root-Operation-Types) states > A schema defines the initial root...
The thrift ttwitter filter is broken, and trying to use it produces this error: `Error: Cannot find module '../ttwitter/com/creditkarma/finagle/thrift'` ## Description Fixes the bug outlined in https://github.com/creditkarma/thrift-server/issues/108