Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backport branch post 0.14.0 release #1101

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Conversation

mtreinish
Copy link
Member

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.

In Qiskit#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
Copy link

coveralls commented Feb 20, 2024

Pull Request Test Coverage Report for Build 7981843413

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 96.602%

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

💛 - Coveralls

Copy link
Collaborator

@IvanIsCoding IvanIsCoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easy to miss. Oh well

@IvanIsCoding IvanIsCoding added the automerge Queue a approved PR for merging label Feb 20, 2024
@mergify mergify bot merged commit a9d8686 into Qiskit:main Feb 21, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Queue a approved PR for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants