autogluon-conda-upgrade
Automate AutoGluon conda-forge feedstock version upgrades. Use when the user wants to upgrade AutoGluon to a new version in conda-forge, create PRs for AutoGluon conda feedstocks, or update autogluon.common, autogluon.core, autogluon.features, autogluon.tabular,
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Automate AutoGluon conda-forge feedstock version upgrades. Use when the user wants to upgrade AutoGluon to a new version in conda-forge, create PRs for AutoGluon conda feedstocks, or update autogluon.common, autogluon.core, autogluon.features, autogluon.tabular, autogluon.multimodal, autogluon.timeseries, or autogluon meta-package feedstocks.
How to use
Upewnij się, że masz zainstalowany GitHub CLI (gh). Jeśli nie, pobierz go ze strony https://github.com/cli/cli#installation, zainstaluj i uruchom
gh auth loginw terminalu.Sprawdź, czy jesteś zalogowany do GitHub CLI, uruchamiając
gh auth status. Jeśli nie jesteś uwierzytelniony, wykonajgh auth logini postępuj zgodnie z instrukcjami.Przygotuj dane wejściowe: numer wersji AutoGluon, którą chcesz zaktualizować (np. 1.5.0) oraz katalog roboczy, w którym będą klonowane repozytoria (domyślnie ~/autogluon-feedstock-upgrade).
Skill automatycznie utworzy katalog roboczy, sforkuje siedem repozytoriów feedstocków z conda-forge (autogluon.common, autogluon.features, autogluon.core, autogluon.tabular, autogluon.multimodal, autogluon.timeseries oraz główny autogluon-feedstock) i sklonuje je lokalnie.
Workflow pobierze źródła nowej wersji AutoGluon z GitHuba, obliczy sumę kontrolną SHA256 przy użyciu openssl i przygotuje zmiany w każdym feedstocku.
Po zakończeniu procesu skill utworzy pull requesty dla każdego feedstocku. Pamiętaj: nie będą one automatycznie mergowane — musisz je przejrzeć i zatwierdzić ręcznie w interfejsie GitHub.