diff --git a/scripts/blame.py b/scripts/blame.py index 41b14aaa0..629cb0cf8 100755 --- a/scripts/blame.py +++ b/scripts/blame.py @@ -23,7 +23,7 @@ def blame(start_tag, end_tag=None): files = [ f for f in files - if f.endswith((".py", ".scm", ".sh", "Dockerfile", "Gemfile")) + if f.endswith((".js", ".py", ".scm", ".sh", "Dockerfile", "Gemfile")) or (f.startswith(".github/workflows/") and f.endswith(".yml")) or f == "aider/website/share/index.md" or f == "aider/website/docs/leaderboards/index.md"