From 972993fa05ae4970ec855a3aecd5a048984ccc66 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Mon, 9 Sep 2024 21:02:39 +0200 Subject: [PATCH] Fix indent --- .github/relabeler.config.yml | 128 +++++++++++++++++------------------ 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/.github/relabeler.config.yml b/.github/relabeler.config.yml index 4b0092b..c7fac8a 100644 --- a/.github/relabeler.config.yml +++ b/.github/relabeler.config.yml @@ -8,71 +8,71 @@ pulls: labels: - label: - name: "waiting for code fix" - add: - - when: - statuses: - continuous-integration/appveyor/pr: failure - license/cla: success - notLabeled: - - on hold - - when: - statuses: - license/cla: success - canBeMerged: no - - when: - statuses: - license/cla: success - reviewRequestChange: yes # Means GitHub Review comment (change without LGTM comment, or blocked) - remove: - - when: - statuses: - continuous-integration/appveyor/pr: success - license/cla: success - canBeMerged: yes - # To determine this, maybe each review comment int he PR must be evaluated, to finally get true or false. - reviewResponseToRequestChange: yes # Means one or more GitHub review comments that starts with 'Done'. - onPush: yes - - when: - labeled: - - on hold - - when: - reviewApproved: yes + name: "waiting for code fix" + add: + - when: + statuses: + continuous-integration/appveyor/pr: failure + license/cla: success + notLabeled: + - on hold + - when: + statuses: + license/cla: success + canBeMerged: no + - when: + statuses: + license/cla: success + reviewRequestChange: yes # Means GitHub Review comment (change without LGTM comment, or blocked) + remove: + - when: + statuses: + continuous-integration/appveyor/pr: success + license/cla: success + canBeMerged: yes + # To determine this, maybe each review comment int he PR must be evaluated, to finally get true or false. + reviewResponseToRequestChange: yes # Means one or more GitHub review comments that starts with 'Done'. + onPush: yes + - when: + labeled: + - on hold + - when: + reviewApproved: yes - label: - name: "needs review" - add: - - when: - statuses: - continuous-integration/appveyor/pr: success - license/cla: success - canBeMerged: yes - reviewResponseToRequestChange: yes - notLabeled: - - waiting for author response - onPush: yes - remove: - - when: - statuses: - continuous-integration/appveyor/pr: failure - - when: - statuses: - license/cla: pending - - when: - canBeMerged: yes - - when: - labeled: waiting for author response + name: "needs review" + add: + - when: + statuses: + continuous-integration/appveyor/pr: success + license/cla: success + canBeMerged: yes + reviewResponseToRequestChange: yes + notLabeled: + - waiting for author response + onPush: yes + remove: + - when: + statuses: + continuous-integration/appveyor/pr: failure + - when: + statuses: + license/cla: pending + - when: + canBeMerged: yes + - when: + labeled: waiting for author response - label: - name: "ready for merge" - add: - - when: - notLabeled: - - waiting for author response - - waiting for code fix - reviewApproved: yes # This could check that only be true if there are no pushes after last approval. - remove: - - when: - labeled: - - waiting for author response - - waiting for code fix + name: "ready for merge" + add: + - when: + notLabeled: + - waiting for author response + - waiting for code fix + reviewApproved: yes # This could check that only be true if there are no pushes after last approval. + remove: + - when: + labeled: + - waiting for author response + - waiting for code fix