Skip to content

Commit

Permalink
[mergify] remove backport-skip if added a backport label (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 6, 2021
1 parent cb956b8 commit 888b7da
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,19 @@ pull_request_rules:
This pull request does not have a backport label. Could you fix it @{{author}}? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:
* `v./d./d./d` is the label to automatically backport to the `7./d` branch. `/d` is the digit
* `v/d./d./d` is the label to automatically backport to the `7./d` branch. `/d` is the digit
**NOTE**: `backport-skip` has been added to this pull request.
label:
add:
- backport-skip
- name: remove backport-skip label
conditions:
- label~=^v\d
actions:
label:
remove:
- backport-skip
- name: automatic merge for 7\. branches when CI passes
conditions:
- check-success=fleet-server/pr-merge
Expand Down

0 comments on commit 888b7da

Please sign in to comment.