Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.05k stars 146 forks source link

Fix backport branch post 0.14.0 release #1101

Closed mtreinish closed 6 months ago

mtreinish commented 6 months ago

In #1070 we updated the version numbers of rustworkx to indicate the main branch is developing the next release. However, in that PR we neglected to update the mergify backport branch. This means when we tag a PR to main as stable backport potential mergify will incorrectly backport the PR to stable/0.13 instead of stable/0.14. This commit corrects this oversight and updates the mergify config to backport to the correct branch.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 7981843413

Details


Totals Coverage Status
Change from base Build 7981574591: 0.03%
Covered Lines: 16746
Relevant Lines: 17335

💛 - Coveralls