protectai / rebuff

LLM Prompt Injection Detector
https://playground.rebuff.ai
Apache License 2.0
1.06k stars 73 forks source link

Force python tests to pass prior to merge #50

Open seanpmorgan opened 11 months ago

seanpmorgan commented 11 months ago

Since https://github.com/protectai/rebuff/pull/44 we now have a mechanism to validate PRs prior to testing. We need to ensure that those tests are passed prior to merge. Currently it will skip testing until the okay-to-test label has been applied so it's easy to forget.

Something like this: https://github.com/mheap/github-action-required-labels