We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72eb744 commit 78c4b72Copy full SHA for 78c4b72
README.md
@@ -48,7 +48,7 @@ for p in gl.Project():
48
closed = 0 if not issue.closed else 1
49
print (" %d => %s (closed: %d)" % (issue.id, issue.title, closed))
50
# and close them all
51
- issue.closed = 1
+ issue.state_event = "close"
52
issue.save()
53
54
# Get the first 10 groups (pagination)
0 commit comments