You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edx-platform has a Make target upgrade-package that upgrades a single Python dependency while keeping everything else as constant as possible. It also includes a GitHub workflow that calls upgrade-package, which makes a PR against a specified branch with the results of the upgrade.
We might like to include this functionality in all new repos.
Acceptance criteria:
upgrade-package target added to Makefile of cookiecutter templates
upgrade-one-python-dependency.yml workflow extracted to openedx/.github repo as a reusable workflow
edx-platform updated to use the new workflow
all existing repos that use the workflow updated to use the new workflow
The text was updated successfully, but these errors were encountered:
timmc-edx
changed the title
Make upgrade-package workflow in edx-platform reusable and add a calling workflow to cookiecutter outputs
Add upgrade-package Makefile target and GitHub workflow
Apr 28, 2023
edx-platform has a Make target
upgrade-package
that upgrades a single Python dependency while keeping everything else as constant as possible. It also includes a GitHub workflow that calls upgrade-package, which makes a PR against a specified branch with the results of the upgrade.We might like to include this functionality in all new repos.
Acceptance criteria:
upgrade-package
target added to Makefile of cookiecutter templatesupgrade-one-python-dependency.yml
workflow extracted to openedx/.github repo as a reusable workflowThe text was updated successfully, but these errors were encountered: