Skip to content

Commit 26794d2

Browse files
xkcodingclaude
andcommitted
Fix trophy filter syntax: use title=-Issues,-Reviews
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 55d9cfc commit 26794d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Generate trophy card
2929
uses: soulteary/github-profile-trophy-action@v1.0.0
3030
with:
31-
options: 'username=${{ github.repository_owner }}&theme=onedark&column=5&margin-w=15&margin-h=15&no-frame=true&no-issues=true&no-review=true'
31+
options: 'username=${{ github.repository_owner }}&theme=onedark&column=5&margin-w=15&margin-h=15&no-frame=true&title=-Issues,-Reviews'
3232
path: .github/profile/trophy.svg
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434

0 commit comments

Comments
 (0)