sktime/sktime

CI wishlist of features to simplify tracking of failures

Open

#6,859 创建于 2024年7月28日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Python (1,192 fork)batch import
good first issuemaintenance

仓库指标

Star
 (7,162 star)
PR 合并指标
 (平均合并 26天 10小时) (30 天内合并 86 个 PR)

描述

(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)?

贡献者指南