Skip to content

Commit

Permalink
Update rageshake.sample.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Richard van der Hoff <[email protected]>
  • Loading branch information
kegsay and richvdh committed May 10, 2024
1 parent 13c2f47 commit 44cbed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rageshake.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 44cbed9

Please sign in to comment.