Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit f90a6da

Browse files
Use new dependabot name in mergify conditions
1 parent 4cdb949 commit f90a6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pull_request_rules:
88
- "status-success=e2e_test"
99
- "status-success=npm_build"
1010
- "status-success=license/cla"
11-
- "author:dependabot-preview[bot]"
11+
- "author:dependabot[bot]"
1212
actions:
1313
comment:
1414
message: "bors r+"
@@ -38,7 +38,7 @@ pull_request_rules:
3838
delete_head_branch:
3939
- name: nag if changelog is not updated
4040
conditions:
41-
- "author!=dependabot-preview[bot]"
41+
- "author!=dependabot[bot]"
4242
- "files!=create/CHANGELOG.md"
4343
- "files!=scripts/CHANGELOG.md"
4444
- review-requested!=''

0 commit comments

Comments
 (0)