Skip to content

Commit

Permalink
revert: copy PRs those merged into main to release/v1.5 (#606) (#609)
Browse files Browse the repository at this point in the history
Revert "ci(Mergify): copy PRs those merged into main to release/v1.5 (#606)"

This reverts commit 0fd58af.

Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh authored Jan 2, 2025
1 parent 0fd58af commit 05df209
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,6 @@ pull_request_rules:
title: "[cherry-pick] {{ title }} (#{{ number }})"
assignees:
- "{{ author }}"
- name: Add label copy/v1.5 to milestone v1.5 pull requests
conditions:
- base=main
- milestone~=^v1\.5\.[0-9]+$
- -closed
actions:
label:
add:
- copy/v1.5
- name: Copy features/patches to the release/v1.5 branch
conditions:
- merged
- base=main
- label = copy/v1.5
actions:
copy:
branches:
- release/v1.5
- name: Ping PR author when conflicting and Label conflicting pull requests
description: Warn the pull request author when their PR are conflicting, and add a label to a pull request with conflict to spot it easily
conditions:
Expand Down

0 comments on commit 05df209

Please sign in to comment.