openedx-unsupported / tutor-contrib-clickhouse

0 stars 1 forks source link

build: add useful workflows for maintenance #11

Closed mariajgrimaldi closed 1 year ago

mariajgrimaldi commented 1 year ago

Description

This PR adds useful GitHub workflows for an easier maintenance job:

How to test

Either the python reqs and pypi publish job are used in Open edX plugins like: https://github.com/openedx/tutor-contrib-coursegraph/blob/master/.github/workflows/pypi-publish.yml A similar version: https://github.com/openedx/openedx-events/blob/main/.github/workflows/pypi-publish.yml ad they're are proven to be working: https://pypi.org/project/tutor-contrib-coursegraph/ Now, for the test workflow, run the following commands locally:

make dev-requirements
make test-lint
make test-format
make test-pythonpackage

References

Coursegraph plugin existent workflows: https://github.com/openedx/tutor-contrib-coursegraph/tree/master/.github/workflows Community health files templates: https://github.com/openedx/.github

openedx-webhooks commented 1 year ago

Thanks for the pull request, @mariajgrimaldi! Please note that it may take us up to several weeks or months to complete a review and merge your PR.

Feel free to add as much of the following information to the ticket as you can:

All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.

Please let us know once your PR is ready for our review and all tests are green.

itsjeyd commented 1 year ago

label: core contributor

openedx-webhooks commented 1 year ago

@mariajgrimaldi 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.