HttpError: Validation Failed
See original GitHub issueHi,
when adding multiple assignees, or 1 assignee that is not me, this error occurs:
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:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for your help. I guess mentioning people will work too. Nevermind. 😃
I did a bit of research
from https://help.github.com/en/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users