Skip to content

Commit

Permalink
chore: add glob to files to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
das-nagnag authored Nov 12, 2024
1 parent fd5d3f9 commit b17f254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/git-pr-size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
🎉 Du bist trotzdem super, danke für deine Arbeit!
ignore_file_deletions: 'true'
files_to_ignore: |
"package-lock.json"
"*.lock"
"README.md"
"*/package-lock.json"
"*/*.lock"
"*/README.md"

0 comments on commit b17f254

Please sign in to comment.