Skip to content

Bedevere rejects change that targets another PR #381

@jaraco

Description

@jaraco

In python/cpython#30151, I've written a PR that's based on another PR. In order for the diff to look right but for the code to be based on another PR, I've set the target for the PR as the other PR:

image

Github supports this workflow and even has some nice features around it. In particular, when python/cpython#30150 is merged, Github will automatically detect the merge and will re-point the 30151 to point to main.

Unfortunately, this workflow trips up on bedevere's check for maintenance branch PR naming, causing the tests not to run:

image

It would be nice if bedevere would not enforce the naming check if it's not pointing at a maintenance branch. Even better would be for it to recognize that it's pointing at a branch that's pending merge to main or a maintenance branch and use that resolution to make its check.

Impact due to this issue is small, and I'm not even sure there's enough value in fixing the issue, but I'd like to register it regardless.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions