monarch-initiative / mondo

Mondo Disease Ontology
http://obofoundry.org/ontology/mondo
Creative Commons Attribution 4.0 International
223 stars 51 forks source link

Ontobot can now read commands from issue comments #7869

Open hrshdhgd opened 5 days ago

hrshdhgd commented 5 days ago

Fixes #7853

In the past, ontobot-change-agent only processed the text in the issue body to look for Hey ontobot, apply:.

With this PR, it not only does that but also looks for comments that have KGCL commands starting with the phrase above. The latest comment containing the command takes precedence.

The latest version of ontobot-change-agent (v0.4.12) is capable of doing so and the workflow update in this PR facilitates for the smooth transition to getting the new feature.

Update: Also installed ontobot-change-agent (a GitHub app) to run QCs. Fixes #7871

sabrinatoro commented 4 days ago

I do not know how to test this because I don't know how to an issue in the context of this specific branch.

I think we can just merge, and test after it is merged.