mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-19 11:30:24 +00:00
Merge pull request #583 from nixpanic/mergify/dismiss_reviews
mergify: Remove approved review when a PR changes
This commit is contained in:
commit
677be13b11
@ -1,5 +1,12 @@
|
|||||||
---
|
---
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
|
- name: remove outdated approvals
|
||||||
|
conditions:
|
||||||
|
- base=master
|
||||||
|
actions:
|
||||||
|
dismiss_reviews:
|
||||||
|
approved: true
|
||||||
|
changes_requested: false
|
||||||
- name: automatic merge
|
- name: automatic merge
|
||||||
conditions:
|
conditions:
|
||||||
- label!=DNM
|
- label!=DNM
|
||||||
|
Loading…
Reference in New Issue
Block a user