Skip to content

Commit

Permalink
infra(mergify): fixed code
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Aug 9, 2024
1 parent 444fb1c commit d225a7e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@ queue_rules:
batch_size: 100
batch_max_wait_time: 30 min
queue_conditions:
- author = dependabot[bot]
- author=dependabot[bot]

pull_request_rules:
- name: Automatic approve for Dependabot pull requests
conditions:
- author = dependabot[bot]
- author=dependabot[bot]
actions:
review:
type: APPROVE

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

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

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

0 comments on commit d225a7e

Please sign in to comment.