Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
set automerge label on mergify backport PRs (#4788)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored Jun 22, 2019
1 parent 23b6b85 commit 0cc8a84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ pull_request_rules:
actions:
dismiss_reviews:
changes_requested: true
- name: set automerge label on mergify backport PRs
conditions:
- author=mergify[bot]
- head~=^mergify/bp/
actions:
label:
add:
- automerge
- name: v0.16 backport
conditions:
- base=master
Expand Down

0 comments on commit 0cc8a84

Please sign in to comment.