Masaya Suzuki

Results 56 comments of Masaya Suzuki

@serkan-ozal @rwxdash Is it possible for you to do https://github.com/catchpoint/workflow-telemetry-action/issues/53#issuecomment-2134274517 ?

@rwxdash @suleymanbarman @serkan-ozal Is it possible for you to do https://github.com/catchpoint/workflow-telemetry-action/issues/53#issuecomment-2134274517 ?

https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to It might be better if this action generates light mode and dark mode images and switches between them using the above.

https://github.com/massongit/action-golangci-lint/actions/runs/8465852986/job/23193377688?pr=2 ``` reviewdog: post failed for golangci: fail to parse diff: GET https://api.github.com/repos/massongit/action-golangci-lint/pulls/2: 406 Sorry, the diff exceeded the maximum number of files (300). Consider using 'List pull requests files'...

Currently, this issue is only resolved when the reporter is `github-pr-review`. Therefore, I think that `github-check`, `github-pr-check` and `github-pr-annotations` also need to be resolved.

@sikajs Can you tell me the workflow URL or the workflow code where this error occurred?

In reviewdog v0.20.3 ( https://github.com/reviewdog/reviewdog/pull/1977 ), I fixed git command so that the error message includes stderr when we run git command. And I applied this to reviewdog/action-brakeman v2.19.0. Therefore,...

https://github.com/massongit/action-android-lint-example/actions/runs/12255678175/job/34189298844#step:2:57 ``` #8 0.537 reviewdog/reviewdog info found version: 0.20.3 for v0.20.3/Linux/x86_64 ``` https://github.com/massongit/action-android-lint-example/actions/runs/12255678175/job/34189298844#step:7:13 ``` time=2024-12-10T12:04:54.823Z level=INFO msg="reviewdog: fallback to use git command" ``` I prepared a PR https://github.com/massongit/action-android-lint-example/pull/1 with over...

This may be fix by https://github.com/reviewdog/action-detect-secrets/pull/64.