Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpError: The patch could not be processed because too many files changed #353

Open
amaljosea opened this issue Mar 21, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@amaljosea
Copy link

amaljosea commented Mar 21, 2023

We have around 258 changed files.

Screenshot 2023-03-21 at 1 21 49 PM

    on:
      pull_request:
    jobs:
      coverage:
        runs-on: ubuntu-latest
        timeout-minutes: 5
        steps:
          - uses: actions/checkout@v3
          - uses: ArtiomTr/jest-coverage-report-action@v2
            id: coverage
            with:
              output: report-markdown
              working-directory: frontend2
@amaljosea amaljosea added the bug Something isn't working label Mar 21, 2023
@Yserz
Copy link

Yserz commented May 11, 2023

Same problem here. A workaround is disabling annotations:

...
with:
  annotations: none

It seems it's not the number of files necessarily, it can be about the size of the files in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants