Skip to content

Commit

Permalink
fix(ci): gh issues - change state to all (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ii authored Aug 26, 2024
1 parent 6072d6e commit 733f939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/featured_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Fetch all open issues labeled as "featured"
issues=$(gh issue list --limit 1000 --state open --label "featured" --json number,title,url,author,assignees,createdAt,state,comments)
issues=$(gh issue list --limit 1000 --state all --label "featured" --json number,title,url,author,assignees,createdAt,state,comments)
# Save the issues to a featured-issues.json
echo "$issues" | jq 'map({number, title, url, author, assignees, createdAt, state, comments_count: .comments | length})' > packages/frontendmu-data/data/featured-issues.json
Expand Down

0 comments on commit 733f939

Please sign in to comment.