Skip to content

Commit

Permalink
Fix: we changed the label names (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jul 3, 2024
1 parent 0a596a2 commit 60ae2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pyosmeta/cli/process_reviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
github_api = GitHubAPI(
org="pyopensci",
repo="software-submission",
labels=["6/pyOS-approved 🚀🚀🚀"],
labels=["6/pyOS-approved"],
)

process_review = ProcessIssues(github_api)
Expand Down
2 changes: 1 addition & 1 deletion src/pyosmeta/parse_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, github_api: GitHubAPI):

def return_response(self) -> list[dict[str, object]]:
"""
Call return response in github api object.
Call return response in GitHub api object.
Returns a list of dictionaries representing issues.
Expand Down

0 comments on commit 60ae2ab

Please sign in to comment.