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

approve all closed issues #79

Open
VladimirAlexiev opened this issue Sep 21, 2024 · 0 comments
Open

approve all closed issues #79

VladimirAlexiev opened this issue Sep 21, 2024 · 0 comments
Assignees
Labels
pm Project management, organization

Comments

@VladimirAlexiev
Copy link
Collaborator

VladimirAlexiev commented Sep 21, 2024

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:

  • add label approved if you agree
  • maybe add label spec, if changes to specs are needed
  • or reopen, comment, and assign to me for reverting and finding some workaround

The most important is #68: I rewrite cim: eu: to the new namespaces (#68 (comment)) but that will require similar changes to SHACL and instance data.

@VladimirAlexiev VladimirAlexiev added the pm Project management, organization label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pm Project management, organization
Projects
None yet
Development

No branches or pull requests

2 participants