Fix a search filter in top-ranking issues script (#44468)
Release Notes: - N/A
This commit is contained in:
@@ -85,7 +85,7 @@ def get_section_to_issues(
|
||||
]
|
||||
|
||||
if start_date:
|
||||
query_parts.append(f"created:<={start_date.strftime('%Y-%m-%d')}")
|
||||
query_parts.append(f"created:>={start_date.strftime('%Y-%m-%d')}")
|
||||
|
||||
query = " ".join(query_parts)
|
||||
url = f"{GITHUB_API_BASE_URL}/search/issues"
|
||||
|
||||
Reference in New Issue
Block a user