-
Notifications
You must be signed in to change notification settings - Fork 3
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
Re-submission of demo biocat vocabulary #7
Conversation
... now it progressed a little bit further:
|
Sorry. Update: The error was rather trivial, see next message. |
@markdoerr - The message is a validation error from pydantic but difficult to understand: The problem is that ROR-Ids have to start with In |
A, thanks, @dalito , |
I made the fix in IDrange.toml in main as well and restarted the pipeline. Finally its green! |
If you plan to submit the vocabulary in #2, you can close this one. Since I fixed main directly there would be nothing left here after resolving conflicts. IDranges.toml in main now has: [[vocabs.biocatalysis_demo.id_range]]
first_id = 1
last_id = 300
gh_name = "markdoerr"
orcid = "0000-0003-3270-6895"
ror_id = "https://ror.org/00r1edq15" |
Hi @dalito, |
Which issue exactly? I think you need to resolve the conflict in the standard git way locally and rebase the PR-branch on current head of origin/master. (either here or in the branch used in #2) ...or shoud I push an update to this branch? |
@dalito , |
It looks like I am not allowed to push. Here is what I did:
|
I don't have a resolve conflict button. I just see the warning "This branch has conflicts that must be resolved" without any link or button. Did you "allow edits by maintainers" on the PR? |
Ah. Now I can merge. Should I? |
@dalito , interesting, that the button was only shown to me. |
re-submission after fixing the id_ranges.toml file