Closed mariajgrimaldi closed 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.
label: core contributor
@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.
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:
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