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 3884c2d commit 51a3a33Copy full SHA for 51a3a33
1 file changed
.github/workflows/maven-central.yml
@@ -76,6 +76,7 @@ jobs:
76
gh issue list \
77
--repo ${{ github.repository }} \
78
--search "milestone:\"$VERSION_NUM\" label:feature" \
79
+ --state all \
80
--limit 100 \
81
--json title,url \
82
--jq '.[] | "- [\(.title)](\(.url))"' > new_issues.md
@@ -84,6 +85,7 @@ jobs:
84
85
86
87
--search "milestone:\"$VERSION_NUM\" -label:feature -label:dependencies" \
88
89
90
91
--jq '.[] | "- [\(.title)](\(.url))"' > other_issues.md
0 commit comments