openforcefield / qca-dataset-submission

Data generation and submission scripts for the QCArchive ecosystem.
Other
32 stars 6 forks source link

Patch lifecycle to avoid interacting with project boards overly #375

Closed lilyminium closed 2 months ago

lilyminium commented 2 months ago

This PR patches lifecycle.py to give up on moving things between board columns and just submit the datasets. It's meant to be a temporary, easier to review fix than #377.

openff-dangerbot commented 2 months ago

This is a test comment from running CI. Please ignore

openff-dangerbot commented 2 months ago

This is a test comment from running CI. Please ignore

openff-dangerbot commented 2 months ago

This is a test comment from running CI. Please ignore

lilyminium commented 2 months ago

Apologies for the messy dangerbot actions -- I refactored lifecycle.py to use GraphQL, but then split that out into a separate PR #377. This is now just a bandaid patch to try to get datasets submitted before #377 can get merged. We will have to manually move the card to the Error cycling to get that to trigger, I believe.

lilyminium commented 2 months ago

The passing CI run was triggered manually here: https://github.com/openforcefield/qca-dataset-submission/actions/runs/10807416097/job/29978159402

lilyminium commented 2 months ago

I think this is now ready for review.

lilyminium commented 2 months ago

Thanks for the review @j-wags!