Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

[MNT] remove no longer existing jobs from required list in CI

Abierto
#1,573 6 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
1/5
Tiempo estimado
Menos de una hora
Aptitud para principiantes
35/100
Tipo de issue
Refactorización
Claridad
Bien especificado
Estado de actividad
Estancado
Stack tecnológico
github-actions, python
Área
ci-cd

Línea de trabajo

Open the repository's GitHub Settings and go to Branches, then edit the main branch protection rules. Remove the obsolete docker, Windows/Py/sk0.24.* status check and checks for Python 3.8 and 3.9; verify the General settings preserve squash merging and confirm pull requests are no longer blocked by nonexistent jobs.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Good First Issue maintenance & CI

There are a few jobs in openml that should be removed from being required, since they are no longer valid:

  • jobs that no longer exist or run: docker, (windows-latest, Py, sk0.24.*, sk-only:false)
  • jobs that relate to long-deprecated python versions (3.8 and 3.9)

Without this, not even maintainers can merge pull requests.

@PGijsbers, @joaquinvanschoren, would you kindly be able to fix, this is blocking us from using CI for testing.

To fix this, an admin or maintainer should go (on GitHub GUI) to:

Settings -> branches (left menu) -> main, edit -> scroll down to "Require status checks to pass before merging" and click the "X" next to the above.

While you are there, you could also go to the "general" pane and ensure checkmarks are like this:

Image

Otherwise, PR may get merged as individual commits and mess up the main commit history. Squashing is an easy way to avoid conflicts and rebase accidents.

Lenguaje dominante
Python
Estrellas
361
Forks
296
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de openml/openml-python

Todos los issues de openml/openml-python

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.