We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f720559 commit d58f565Copy full SHA for d58f565
.github/workflows/post_release.js
@@ -15,7 +15,7 @@ const fetchIssues = async ({
15
gh_client,
16
org,
17
repository,
18
- state = "open",
+ state = "all",
19
label = STAGED_LABEL,
20
}) => {
21
0 commit comments