Merge pull request #583 from nixpanic/mergify/dismiss_reviews

mergify: Remove approved review when a PR changes
This commit is contained in:
Madhu Rajanna 2019-09-04 15:14:25 +05:30 committed by GitHub
commit 677be13b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,12 @@
---
pull_request_rules:
- name: remove outdated approvals
conditions:
- base=master
actions:
dismiss_reviews:
approved: true
changes_requested: false
- name: automatic merge
conditions:
- label!=DNM