Skip to content

Commit d12d9e5

Browse files
committed
Exclude draft PDEPs
1 parent cfbe222 commit d12d9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def roadmap_pdeps(context):
320320
github_repo_url = context["main"]["github_repo_url"]
321321
resp = requests.get(
322322
"https://api.github.com/search/issues?"
323-
f"q=is:pr is:open label:PDEP repo:{github_repo_url}",
323+
f"q=is:pr is:open label:PDEP draft:false repo:{github_repo_url}",
324324
headers=GITHUB_API_HEADERS,
325325
timeout=5,
326326
)

0 commit comments

Comments
 (0)