Skip to content

Commit

Permalink
chore(mergify): unroll team into members (aws#4097)
Browse files Browse the repository at this point in the history
Provisional approval check wasn't working on 'author!=@team',
need to specify all members individually.
  • Loading branch information
rix0rrr authored Sep 16, 2019
1 parent 4797cde commit f09fe2c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,17 @@ pull_request_rules:
conditions:
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- author!=@aws/aws-cdk-core
# List out all the people whose work is okay to provisionally approve
- author!=eladb
- author!=RomainMuller
- author!=garnaat
- author!=nija-at
- author!=shivlaks
- author!=skinny85
- author!=rix0rrr
- author!=NGL321
- author!=Jerry-AWS
- author!=SomayaB
- base=master
- name: if fails conventional commits
actions:
Expand Down

0 comments on commit f09fe2c

Please sign in to comment.