sktime/sktime

CI wishlist of features to simplify tracking of failures

Open

#6.859 aberto em 28 de jul. de 2024

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Python (1.192 forks)batch import
good first issuemaintenance

Métricas do repositório

Stars
 (7.162 stars)
Métricas de merge de PR
 (Mesclagem média 26d 10h) (86 fundiu PRs em 30d)

Description

(Originally posted on Discord)

  • If a workflow fails on main, automatically create an issue (ensuring failures in scheduled workflows are not missed)?
  • If a PR contains docs changes, comment link to the modified pages (ensuring easy review of how the formatting appears)?
  • If a PR contains notebook changes, auto-commit the notebook that ran in CI (ensuring sequential cell runs, no failures, etc.)?
  • If CI fail on PR, automatically comment the failed jobs names with error message/code (ensuring east visibility of failures)?

Guia do colaborador