Open VladimirAlexiev opened 2 months ago
This query finds closed issues that are not yet approved: https://github.com/Sveino/Inst4CIM-KG/issues?q=is%3Aissue+is%3Aclosed+-label%3Aapproved
This more specific query adds the condition assignee=sveino, i.e. issues that I've closed and seek explicit approval/agreement by @Sveino or @griddigit-ci: https://github.com/Sveino/Inst4CIM-KG/issues?q=is%3Aissue+is%3Aclosed+-label%3Aapproved+assignee%3Asveino Periodically go through them and:
assignee=sveino
approved
spec
The most important is https://github.com/Sveino/Inst4CIM-KG/issues/68: I rewrite cim: eu: to the new namespaces (https://github.com/Sveino/Inst4CIM-KG/issues/68#issuecomment-2363103718) but that will require similar changes to SHACL and instance data.
cim: eu:
This query finds closed issues that are not yet approved: https://github.com/Sveino/Inst4CIM-KG/issues?q=is%3Aissue+is%3Aclosed+-label%3Aapproved
This more specific query adds the condition
assignee=sveino
, i.e. issues that I've closed and seek explicit approval/agreement by @Sveino or @griddigit-ci: https://github.com/Sveino/Inst4CIM-KG/issues?q=is%3Aissue+is%3Aclosed+-label%3Aapproved+assignee%3Asveino Periodically go through them and:approved
if you agreespec
, if changes to specs are neededThe most important is https://github.com/Sveino/Inst4CIM-KG/issues/68: I rewrite
cim: eu:
to the new namespaces (https://github.com/Sveino/Inst4CIM-KG/issues/68#issuecomment-2363103718) but that will require similar changes to SHACL and instance data.