Skip to content

Commit

Permalink
infra: update mergify configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Jul 18, 2024
1 parent c10c60d commit 0debc91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,28 @@ pull_request_rules:
actions:
review:
type: APPROVE

- name: Automatic merge for Dependabot pull requests
conditions:
- author = dependabot[bot]
- "#approved-reviews-by>=1"
- status-success=Test
actions:
queue:
method: squash

- name: Automatic approve for GitHub Actions pull requests
conditions:
- author = github-actions[bot]
actions:
review:
type: APPROVE

- name: Automatic merge for GitHub Actions pull requests
conditions:
- author = github-actions[bot]
- "#approved-reviews-by>=1"
- status-success=Test
actions:
merge:
method: squash

0 comments on commit 0debc91

Please sign in to comment.