Skip to content

Commit

Permalink
Update generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ninehills authored Dec 20, 2023
1 parent 44ee203 commit 1858e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## 1. find all issues with specific labels
issues_json = subprocess.check_output(
"gh issue list --state open --json title,url,author,number,labels,updatedAt",
"gh issue list --state open --json title,url,author,number,labels,updatedAt,createdAt",
shell=True, timeout=TIMEOUT)
logging.info("issues_json: %s", issues_json)

Expand Down

0 comments on commit 1858e2c

Please sign in to comment.