We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d9cfc commit 26794d2Copy full SHA for 26794d2
1 file changed
.github/workflows/cards.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Generate trophy card
29
uses: soulteary/github-profile-trophy-action@v1.0.0
30
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'
+ options: 'username=${{ github.repository_owner }}&theme=onedark&column=5&margin-w=15&margin-h=15&no-frame=true&title=-Issues,-Reviews'
32
path: .github/profile/trophy.svg
33
token: ${{ secrets.GITHUB_TOKEN }}
34
0 commit comments