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 2, 2024
1 parent 0ccb89c commit f9b1f5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ pull_request_rules:
conditions:
- author = dependabot[bot]
- "#approved-reviews-by>=1"
- status-success=Test
- status-success = Test
actions:
queue:
method: squash

- name: Automatic approve for GitHub Actions pull requests
conditions:
Expand All @@ -33,7 +32,6 @@ pull_request_rules:
conditions:
- author = github-actions[bot]
- "#approved-reviews-by>=1"
- status-success=Test
- status-success = Test
actions:
merge:
method: squash

0 comments on commit f9b1f5f

Please sign in to comment.