Skip to content

"check parent branch" check should not block PR against v2.0 #1035

Description

@thbar

Taking down notes to document this (ping @ue71603, @TuThoThai, @ptitfred since this has been discussed with you), even if the fix is going to be easy.

The check I introduced in #1022 to avoid end-of-year costly backports is configured to run only for PR targeting either v2.1-wip or v3.0-wip.

on:
pull_request:
branches: [v2.1-wip, v3.0-wip]

This is correct, but as seen in PR targeting branch v2.0 at the moment (e.g. #1030), the status check is verified, but doesn't actually run:

Image

This is caused by the way the ruleset is configured.

I'll share & screenshot & modify it, which will unlock the situation while keeping the check on the correct targets.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions