From 44cbed90b724de746c70a713a9bd2085963db01c Mon Sep 17 00:00:00 2001 From: Kegan Dougal <7190048+kegsay@users.noreply.github.com> Date: Fri, 10 May 2024 10:22:55 +0100 Subject: [PATCH] Update rageshake.sample.yaml Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- rageshake.sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rageshake.sample.yaml b/rageshake.sample.yaml index 2ec37be..f567af6 100644 --- a/rageshake.sample.yaml +++ b/rageshake.sample.yaml @@ -14,7 +14,7 @@ allowed_app_names: [] # If any submission matches one of these rejection conditions, the submission is rejected. # The 'app' field is required, but 'version' and 'label' are both optional. A condition with just -# an 'app' will reject those apps, effectively acting as a blocklist for app in contrast to allowed_app_names. +# an 'app' will reject that app altogether, effectively acting as a blocklist for app in contrast to allowed_app_names. rejection_conditions: - app: my-app version: "0.4.9" # if the submission has a Version which is exactly this value, reject the submission.