Skip to content

Commit

Permalink
chore: correctly perform auto-merging of @dependabot PRs (aws#4095)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored Sep 16, 2019
1 parent 3ac4671 commit 9718f85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ pull_request_rules:
- name: automatically merge dependabot
actions:
comment:
message: Thanks for keeping us safe dependabot! ❤️
message: Thanks for keeping us safe, @dependabot! ❤️
merge:
strict: smart
method: squash
strict_method: merge
delete_head_branch: {}
conditions:
- author=dependabot[bot]
- author=dependabot-preview[bot]
- author~=dependabot(-preview)?[bot]
- status-success=AWS CodeBuild us-east-1 (AutoBuildProject6AEA49D1-qxepHUsryhcu)
- name: comment checklist
actions:
Expand Down

0 comments on commit 9718f85

Please sign in to comment.