question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HttpError: Validation Failed

See original GitHub issue

Hi,

when adding multiple assignees, or 1 assignee that is not me, this error occurs:

image

Any idea how to fix that?

I have this workflow

name: docs

on:
  pull_request:
    types:
    - closed
    paths:
    - 'README.md'
    - 'docs/*'

jobs:
  # Create an issue, if any changes to source docs were made.
  create-issue:
    runs-on: ubuntu-latest
    if: github.event.pull_request.merged == true

    steps:
      - uses: actions/checkout@v2

      - uses: JasonEtco/create-an-issue@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          filename: .github/DOCS_ISSUE_TEMPLATE.md

and this template:

---
title: "[Translations] Include changes from #{{ payload.pull_request.number }}"
assignees: felangel
labels: documentation, translation
---
Update Translations to include #{{ payload.pull_request.number }}

- [ ] en (@felangel)
- [ ] cs (@tenhobi)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tenhobicommented, Feb 18, 2020

Thanks for your help. I guess mentioning people will work too. Nevermind. 😃

1reaction
tenhobicommented, Feb 18, 2020

I did a bit of research

You can assign up to 10 people to each issue or pull request, including yourself, anyone who has commented on the issue or pull request, anyone with write permissions to the repository, and organization members with read permissions to the repository. For more information, see “Access permissions on GitHub.”

from https://help.github.com/en/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users

Read more comments on GitHub >

github_iconTop Results From Across the Web

HttpError: Validation Failed on trying to update branch protection
I am using the above preview header in the request. Expected behavior/code. Branch protection rule to be updated appropriately. Environment.
Read more >
Which status code should I use for failed validations or invalid ...
Failed validation: 403 Forbidden ("The server understood the request, but is refusing to fulfill it"). · Trying to add a duplicate: 409 Conflict ......
Read more >
subscription-manager register fails with "HTTP error (422 ...
Bug 1763227 - subscription-manager register fails with "HTTP error (422 - Unprocessable Entity): Validation failed: Interfaces some interfaces are invalid".
Read more >
ERROR: HTTP error (422 — Unknown): Validation failed
If you encounter this message while registering a host then follow below troubleshooting steps: STEP1: subscription-manager remove — all
Read more >
Unable to create github releases: Error: Validation Failed
I can see all my Repositories in the GitHubRelease@0 Task GUI (screenshot attached). But, it fails if I don't select "repositoryName: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found