We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4fdba commit bbad368Copy full SHA for bbad368
1 file changed
guards/github-guard/rust-guard/src/labels/README.md
@@ -29,7 +29,8 @@ Common utility functions including:
29
- Label generation helpers (secret_label, writer_integrity, etc.)
30
- JSON extraction functions (get_string_field, extract_repo_info, etc.)
31
- Integrity determination (pr_integrity, issue_integrity)
32
-- User classification (is_blocked_user, is_trusted_user)
+- User classification helpers (`is_blocked_user`, `is_trusted_user`)
33
+- Note: the current helpers API does not include a separate `is_bot` helper
34
35
### backend.rs (92 lines)
36
Backend API calls for verifying user status:
0 commit comments