Skip to content

Commit

Permalink
feat(mergify): only queue PRs if they target master
Browse files Browse the repository at this point in the history
This is useful for stacked PRs. One can apply the `send-it` label and wait for GitHub to retarget the PR to the actual base branch once the dependent PR merges.

Pull-request: libp2p#3941.
  • Loading branch information
thomaseizinger authored May 22, 2023
1 parent a7be3c0 commit fd53245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pull_request_rules:
conditions:
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
- label=send-it
- base=master
actions:
queue:

Expand Down

0 comments on commit fd53245

Please sign in to comment.