Skip to content

Replace jitterbit/get-changed-files with native git diff#316

Merged
logan-twilio merged 1 commit into
mainfrom
fix/remove-jitterbit
May 6, 2026
Merged

Replace jitterbit/get-changed-files with native git diff#316
logan-twilio merged 1 commit into
mainfrom
fix/remove-jitterbit

Conversation

@logan-stytch

Copy link
Copy Markdown
Contributor

Summary

  • Removes the jitterbit/get-changed-files@v1 action
  • Replaces the two-step "get files + loop to check" pattern with a single step using git fetch --depth=1 + git diff --quiet against github.event.before/github.sha
  • Matches the fix already shipped in stytch-node

Why

The jitterbit action was deprecated/unmaintained. The native git approach is simpler, has no external dependency, and correctly handles GitHub Actions' shallow clones via the explicit git fetch.

🤖 Generated with Claude Code

@logan-stytch logan-stytch requested a review from a team as a code owner May 6, 2026 18:45
@logan-stytch logan-stytch requested a review from danny-stytch May 6, 2026 18:45
@logan-twilio logan-twilio merged commit 6987801 into main May 6, 2026
16 checks passed
@logan-twilio logan-twilio deleted the fix/remove-jitterbit branch May 6, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants