Skip to content

Commit 3b29a0b

Browse files
authored
chore: do not discard approvals on PRs authored by team members (#799)
1 parent 6164b6b commit 3b29a0b

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.mergify.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ pull_request_rules:
66
comment:
77
message: >-
88
Thank you for contributing! :heart: I will now look into making sure the PR is up-to-date, then proceed to try and merge it!
9-
dismiss_reviews:
10-
approved: true
11-
changes_requested: false
129
label:
1310
add: [ready-to-merge]
1411
conditions:
@@ -76,6 +73,17 @@ pull_request_rules:
7673
- base=master
7774
- author!=dependabot[bot]
7875
- author!=dependabot-preview[bot]
76+
# List of people with push permissions on the repository
77+
- author!=eladb
78+
- author!=RomainMuller
79+
- author!=garnaat
80+
- author!=nija-at
81+
- author!=shivlaks
82+
- author!=skinny85
83+
- author!=rix0rrr
84+
- author!=NGL321
85+
- author!=Jerry-AWS
86+
- author!=SomayaB
7987

8088
- name: Let them know the PR title doesn't look right
8189
actions:

0 commit comments

Comments
 (0)