Skip to content

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

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

Replace jitterbit/get-changed-files with native git diff#150
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 review from max-stytch and removed request for a team May 6, 2026 18:45
@logan-twilio logan-twilio requested a review from Sheena2121 May 6, 2026 19:46
@logan-twilio logan-twilio merged commit f85a264 into main May 6, 2026
11 checks passed
@logan-twilio logan-twilio deleted the fix/remove-jitterbit branch May 6, 2026 19:55
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