Skip to content

Commit

Permalink
fix: get issue by label PLD
Browse files Browse the repository at this point in the history
  • Loading branch information
antwxne committed Apr 22, 2022
1 parent d38843c commit 040c384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/fetch_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def fetch_issues(repo: str) -> list[Issue]:
A list of Issue objects
"""
res = requests.get(
f"https://api.github.com/repos/{repo}/issues",
f"https://api.github.com/repos/{repo}/issues?labels=PLD",
headers={
"Accept": "application/vnd.github.v3+json",
"Authorization": f'token {getenv("OAUTH_TOKEN")}'
Expand Down

0 comments on commit 040c384

Please sign in to comment.