We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #709 (comment)
Need to catch the following error:
ERROR Sync failed for nf-core/ampliseq: sync.py:385 GitHub API returned code 422: { "message": "Validation Failed", "errors": [ { "resource": "PullRequest", "code": "custom", "message": "A pull request already exists for nf-core:TEMPLATE." } ], "documentation_url": "https://developer.github.com/v3/pulls/#create-a-pull-request" }
and treat it as a success - in this scenario the PR to update the template already exists, and our new commit is appended to it.
The text was updated successfully, but these errors were encountered:
Ooh, even better - bioconda bot recognises this and then renames the PR title:
For example: bioconda/bioconda-recipes#23469
Sorry, something went wrong.
Sync - check for existing PRs and update
729386f
See nf-core#710
Closed in #716
ewels
No branches or pull requests
See #709 (comment)
Need to catch the following error:
and treat it as a success - in this scenario the PR to update the template already exists, and our new commit is appended to it.
The text was updated successfully, but these errors were encountered: