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

Fix/workflow/issue milestone collector #2306

Conversation

ciscorucinski
Copy link
Contributor

Fixes the JSON Check Action failure

The API Payload JSON file holds a collection of valid JSON objects concatenated together known as JSON Lines. This will fail the JSON Check Action. So I avoid committing the JSON Line files within the workflow file. I also delete the API Payload JSON files from the repo.

https://github.com/cov-lineages/pango-designation/actions/runs/6400588363

ciscorucinski and others added 30 commits October 4, 2023 12:43
There seems to be homoplasy at 470N: currently, the Usher tree suggests
one single event of 470N, but there are two branches with 2 private muts
each and the smaller one has T16593C for which there are 2 basal
French sequences, suggesting that 470N arose independently
corneliusroemer and others added 21 commits October 13, 2023 01:05
@AngieHinrichs: The V445A is probably artefactually split into two by
a dropouty C29762T
…nd G22927T)

Apparently most sequences on Usher lack 257V - can reinstate if it does turn out to be sizeable and real
Comment on lines +211 to +215
# - name: Download Stream Artifacts
# uses: actions/download-artifact@v3
# with:
# name: ${{ env.STREAM_NAME }}
# path: ${{ env.SCRIPT_DIR }}/${{ env.STREAM_DIR }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting out these lines will prevent these files from being commited. These files are causing the JSON Check failures.

Also, the 2 json files within scripts/issue-milestone-collector/github-artifacts/api-payload/ need to be deleted. The api-payload directory can be deleted

Copy link
Contributor Author

@ciscorucinski ciscorucinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have any questions about resolving the conflicts, let me know.

corneliusroemer and others added 4 commits October 13, 2023 22:12
…ub.com/ciscorucinski/pango-designation into ciscorucinski-fix/workflow/issue-milestone-collector

Conflicts:
	.github/workflows/issue-milestone-collector.yml
	scripts/issue-milestone-collector/github-artifacts/api-payload/cov-lineages_pango-designation.json
	scripts/issue-milestone-collector/github-artifacts/api-payload/sars-cov-2-variants_lineage-proposals.json
@AngieHinrichs AngieHinrichs merged commit 550f9b2 into cov-lineages:master Oct 13, 2023
3 checks passed
@AngieHinrichs
Copy link
Member

Thanks for the fix @ciscorucinski!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants