-
# Action suggest many changes, but no comments
I reckon i am missing some sort of setting in my YAML file?
```
name: Reviewdog
on: workflow_dispatch
jobs:
biome:
name: Linter 🧹
ru…
-
It would be nice to add jupyter notebook support (see https://github.com/reviewdog/action-black/commit/e95a7c6979867f31be167afb02b6488a39dbe292).
-
When using PR Reviews, reviewdog creates a "PR Review" without a comment. If it adds one of those, to flag linting issues, then that breaks this action. Even if all the reviewdog issues are fixed, thi…
-
**Is your feature request related to a problem? Please describe.**
For 8.5.0, we should prepare to use the Ubuntu 24.04 runners in CI. A little less software is installed by default, they reduced the …
-
**Describe the solution you'd like**
New output format for `projectHealth` and `buildHealth`.
In order to support features like [Github Checks](https://docs.github.com/en/rest/checks?apiVersion=20…
Nava2 updated
10 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
see
- [reviewdog/reviewdog: Automated code review tool integrated with any code analysis tools regardless of programming language](https://github.com/reviewdog/reviewdog)
- [reviewdog/action\-mis…
-
I'm getting the failure below when running my job.
**error**
```
reviewdog: GitHubPullRequest needs 'git' command: failed to run 'git rev-parse --show-prefix': exit status 128
/usr/local/bundle/…
-
I am getting failures when people PR code that has too many problems and flake8 hits the maximum character limit. Is there some way I can set a soft stop before it hits the absolute cap and dies? Due …
-
Hi!
Have this GitHub Action:
```
env:
LIC: ${{secrets.LIC}}
SNYK_TOKEN: ${{secrets.SNYK_TOKEN}}
REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.REVIEWDOG_GITHUB_API_TOKEN}}
name: Review
on:…