Zain Rizvi

Results 11 issues of Zain Rizvi

It would be great if actionlint could call out github contexts that are used in an invalid location, as per the [contexts availability documentation](https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability) Example, running lint on the files...

enhancement

It would be great if it could call out when a composite action or a reusable workflow is being called without all the required inputs (Not sure if this is...

enhancement

Could you please share the code you use to get the small clap icon and number to show up next to each blog post title on your website? https://blog.scottlogic.com Thanks!

It would be great if you could add support to the repl to work with ClojureScript as well!

enhancement

It works by validating the debug builds actually trigger debug level asserts Turns out, most of our debug jobs today don't actually build in debug mode (causing the test to...

release notes: releng
topic: not user facing
ciflow/periodic

### 🐛 Describe the bug After a recent hiccup with downloading docker images, some ROCm machines have gotten into a bad state where they're out of disk space and workflows...

module: rocm
triaged

## What When a PR has fails any CI checks, we have a github bot called Dr. CI which leaves a comment at the top of the PR calling out...

triaged

More whitespace was needed to properly format the bullets

# Problem We have two clang-tidy workflows that use a deprecated way to access AWS, the (now-deleted) AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY secrets: - https://github.com/pytorch/test-infra/blob/5469643699035e7f572534b04f0f06dede456226/.github/workflows/clang-tidy-macos.yml - https://github.com/pytorch/test-infra/blob/83d7566aeab4bf8ce13c57b935e80e54cf5df65a/.github/workflows/clang-tidy-linux.yml (Side note: Those workflows haven't...

We shouldn’t really be uploading original data like our perf benchmarks directly to Rockset. Rather, it should be uploaded to AWS first and then be imported to Rockset. One of...