From 2d7b82d8e36b9fb88608980d3a5d16ee45e7cf43 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:15:14 +0700 Subject: [PATCH] infra(mergify): fixed code --- .github/mergify.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 390b0c2..3acf87a 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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" - - check-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" - - check-success = Test + - check-success=test actions: merge: