Skip to content

Commit

Permalink
Update .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaymatrosov authored Feb 19, 2024
1 parent fc5e8c6 commit dde77bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pull_request_rules:

- name: Automatically approve and merge Dependabot PRs
conditions:
- base=master
- base=main
- author=dependabot[bot]
- status-success=Run Unit Tests
- status-success=Semantic Pull Request
- check-success=check-dist
- check-success=build
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -merged
Expand All @@ -14,6 +14,5 @@ pull_request_rules:
review:
type: APPROVE
merge:
merge_bot_account: nikolaymatrosov
method: squash

0 comments on commit dde77bf

Please sign in to comment.