From 36d20f23f75eec4a41ce20d9b762148404e10ad6 Mon Sep 17 00:00:00 2001 From: SAM FIGUEROA Date: Thu, 11 Sep 2025 12:06:50 +0200 Subject: [PATCH 1/2] Edit mr-review-instructions.yaml --- .gitlab/duo/mr-review-instructions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/duo/mr-review-instructions.yaml b/.gitlab/duo/mr-review-instructions.yaml index 87e3e34c93dea2..c8f2ed9a037dad 100644 --- a/.gitlab/duo/mr-review-instructions.yaml +++ b/.gitlab/duo/mr-review-instructions.yaml @@ -48,3 +48,6 @@ instructions: 1. Use shared examples to reduce duplication 2. Ensure error handling tests for security-sensitive operations 3. Ensure input validation tests for user-facing endpoints + - name: Courtesy + instructions: | + 1. If the user thanks you for your contribution don't just repleat the last message again, but reply by acknowleding the thankfulness. -- GitLab From 928346a699275fd3e6417df2e4640bdaace3d92f Mon Sep 17 00:00:00 2001 From: SAM FIGUEROA Date: Thu, 11 Sep 2025 12:09:28 +0200 Subject: [PATCH 2/2] Fix typos in courtesy instructions - Fix "repleat" to "repeat" - Fix "acknowleding" to "acknowledging" --- .gitlab/duo/mr-review-instructions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/duo/mr-review-instructions.yaml b/.gitlab/duo/mr-review-instructions.yaml index c8f2ed9a037dad..6502eee578f8c4 100644 --- a/.gitlab/duo/mr-review-instructions.yaml +++ b/.gitlab/duo/mr-review-instructions.yaml @@ -50,4 +50,4 @@ instructions: 3. Ensure input validation tests for user-facing endpoints - name: Courtesy instructions: | - 1. If the user thanks you for your contribution don't just repleat the last message again, but reply by acknowleding the thankfulness. + 1. If the user thanks you for your contribution don't just repeat the last message again, but reply by acknowledging the thankfulness. -- GitLab