Skip to content

Commit e9e8b31

Browse files
ymodlinclaude
andcommitted
Ignore scripts/, CLAUDE.md, .gitignore in version bump check
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d87ec1d commit e9e8b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
5454
# Filter out ignored paths
55-
meaningful=$(echo "$changed" | grep -v -E '^(\.claude/|\.github/|test/|docs/)' || true)
55+
meaningful=$(echo "$changed" | grep -v -E '^(\.claude/|\.github/|test/|docs/|scripts/|CLAUDE\.md$|\.gitignore$)' || true)
5656
5757
if [ -z "$meaningful" ]; then
5858
echo "Only ignored-folder changes since $tag:"

0 commit comments

Comments
 (0)