qiskit-community/qiskit-metriq

Improve automated pull requests

Open

#49 建立於 2024年2月9日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (3 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (3 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The automated workflow of this project includes opening automated PRs in case a new Qiskit version is found. The automated PR adds new csv results for experiments on new Qiskit versions. This job would benefit from improvements as listed below:

  • include automation keyword in the PR title
  • add qiskit version update in the PR description or commit message (eg. from qiskit vx to qiskit vy)
  • don't add tox.ini file changes (tox configs are dynamically created for specific qiskit versions)
  • summary.json still needs to be manually cleaned up (eg. replace summary results from qiskit version x.y.z1 with latest patch x.y.z2)

貢獻者指南