Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for blocking specific app/version/label combinations #85

Merged
merged 6 commits into from
May 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update rageshake.sample.yaml
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
  • Loading branch information
kegsay and richvdh authored May 10, 2024
commit 44cbed90b724de746c70a713a9bd2085963db01c
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.
kegsay marked this conversation as resolved.
Show resolved Hide resolved
# 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
Loading