Skip to content

Commit d58f565

Browse files
committed
chore(ci): post release on tagged issues too
1 parent f720559 commit d58f565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post_release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const fetchIssues = async ({
1515
gh_client,
1616
org,
1717
repository,
18-
state = "open",
18+
state = "all",
1919
label = STAGED_LABEL,
2020
}) => {
2121

0 commit comments

Comments
 (0)