-
I am trying to use your action in another project, but I have problems making it work:
- First, if an error occurs during the action setup (installation, install_types, etc), the action happily retur…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Does this issue exist in the latest version?
- [X] I'm using the latest release
### Describe the bug?
The ac…
-
i just switched to the new flat config and my ci fails now.
Is eslint flat config supported?
-
I ran into an API limit on a very large PR (touches 100+ files):
```
{
"severity": "ERROR",
"time": "2022-05-03T23:36:55.643287885Z",
"logging.googleapis.com/sourceLocation": {
"file":…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
After upgrading to version 1.20.0 we have started to receive:
```
reviewdog: parse error: failed to unmarshal rdjson (DiagnosticResult): proto: syntax error (line 2:1): unexpected token
```
-
Any action run I try fails with `Invalid request. Only 65535 characters are allowed; 70292 were supplied.`
Configuration:
```yml
name: Rubocop
on: pull_request
jobs:
rubocop:
name: runner…
-
I'm running a spell check with:
```yaml
- name: Spell check
uses: errata-ai/vale-action@v2.0.1
with:
version: 3.0.5
fail_on_error: true
files…
-
When I try to run this action I get this error:
```
{
"severity":"ERROR",
"time":"2022-06-14T04:04:49.473460382Z",
"logging.googleapis.com/sourceLocation":{
"file":"/home/runner…
-
For example, https://github.com/grafana/website/pull/12495#discussion_r1463133911
Perhaps Vale is reporting line numbers in a different format to what `reviewdog` expects?