Skip to content

Commit cec0cba

Browse files
committed
Allow pull request based patches for triage validation
1 parent ad4244e commit cec0cba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beeai/agents/tools/patch_validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def _is_issue_reference(self, url: str) -> tuple[bool, str]:
4747
issue_patterns = [
4848
'/issues/', '/issue/', '/bug/', '/bugs/',
4949
'bugzilla', 'jira', '/tickets/', '/ticket/',
50-
'/pull/', '/merge_requests/' # PR/MR without specific patch view
5150
]
5251

5352
for pattern in issue_patterns:

0 commit comments

Comments
 (0)