Skip to content

ci(cross-app): skip workflows on kit-only changes#626

Merged
Agilulfo1820 merged 1 commit into
mainfrom
ci/cross-app-skip-on-kit-only-changes
May 20, 2026
Merged

ci(cross-app): skip workflows on kit-only changes#626
Agilulfo1820 merged 1 commit into
mainfrom
ci/cross-app-skip-on-kit-only-changes

Conversation

@Agilulfo1820

Copy link
Copy Markdown
Member

Summary

  • cross-app-connect has no dependency on @vechain/vechain-kit (checked cross-app-connect/package.json), so kit-only changes can't affect its build or what gets deployed.
  • Drop packages/vechain-kit/** from the paths: filter of both the PR check and the Pages deploy workflows.
  • Net effect: opening a PR or merging to main that only touches the kit no longer runs cross-app type-check/build or redeploys the Pages site.

Path filters kept (still legit triggers):

  • cross-app-connect/**
  • yarn.lock (shared lockfile — dep updates can still affect cross-app's build)
  • the workflow file itself

Test plan

  • Open a kit-only PR → Cross-App Connect — Check does not start
  • Open a PR touching cross-app-connect/** → check runs as before
  • Merge a kit-only commit to main → no Pages deploy
  • Merge a cross-app-connect/** commit to main → Pages deploy runs

🤖 Generated with Claude Code

cross-app-connect has no dependency on @vechain/vechain-kit, so kit-only
changes can't break its build or affect what's deployed. Drop the
packages/vechain-kit/** path filter from both the PR check and the Pages
deploy so they only run when cross-app, yarn.lock, or the workflow file
itself changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@coderabbitai

coderabbitai Bot commented May 20, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@Agilulfo1820 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 31 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a20555af-40cc-428f-8843-d2a1f1d0cc07

📥 Commits

Reviewing files that changed from the base of the PR and between 4e7f983 and b529870.

📒 Files selected for processing (2)
  • .github/workflows/cross-app-connect-check.yaml
  • .github/workflows/cross-app-connect-deploy.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/cross-app-skip-on-kit-only-changes

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Agilulfo1820 Agilulfo1820 merged commit 29f6773 into main May 20, 2026
8 checks passed
@Agilulfo1820 Agilulfo1820 deleted the ci/cross-app-skip-on-kit-only-changes branch May 20, 2026 11:01
@github-actions

Copy link
Copy Markdown
Contributor

Size Change: 0 B

Total Size: 8.84 MB

ℹ️ View Unchanged
Filename Size
packages/vechain-kit/dist/assets 4.1 kB
packages/vechain-kit/dist/assets-C0RHiZ9a.mjs 51.4 kB
packages/vechain-kit/dist/assets-C0RHiZ9a.mjs.map 74.6 kB
packages/vechain-kit/dist/assets-CZs6EVH8.cjs 58.9 kB
packages/vechain-kit/dist/assets-CZs6EVH8.cjs.map 76.1 kB
packages/vechain-kit/dist/assets/index.cjs 716 B
packages/vechain-kit/dist/assets/index.d.cts 973 B
packages/vechain-kit/dist/assets/index.d.mts 973 B
packages/vechain-kit/dist/assets/index.mjs 718 B
packages/vechain-kit/dist/index-BYfc-9J5.d.mts 5.63 kB
packages/vechain-kit/dist/index-BYfc-9J5.d.mts.map 2.99 kB
packages/vechain-kit/dist/index-lFyi52Xi.d.cts 185 kB
packages/vechain-kit/dist/index-lFyi52Xi.d.cts.map 50.3 kB
packages/vechain-kit/dist/index-nRf3KRll.d.cts 5.63 kB
packages/vechain-kit/dist/index-nRf3KRll.d.cts.map 2.99 kB
packages/vechain-kit/dist/index-wVHbEdnB.d.mts 185 kB
packages/vechain-kit/dist/index-wVHbEdnB.d.mts.map 49.2 kB
packages/vechain-kit/dist/index.cjs 1.14 MB
packages/vechain-kit/dist/index.cjs.map 2.83 MB
packages/vechain-kit/dist/index.d.cts 24.5 kB
packages/vechain-kit/dist/index.d.mts 24.5 kB
packages/vechain-kit/dist/index.mjs 1.1 MB
packages/vechain-kit/dist/index.mjs.map 2.77 MB
packages/vechain-kit/dist/utils 4.1 kB
packages/vechain-kit/dist/utils-C4gc1L9t.cjs 27.4 kB
packages/vechain-kit/dist/utils-C4gc1L9t.cjs.map 68.2 kB
packages/vechain-kit/dist/utils-DPIscp9_.mjs 22.2 kB
packages/vechain-kit/dist/utils-DPIscp9_.mjs.map 67.5 kB
packages/vechain-kit/dist/utils/index.cjs 2.02 kB
packages/vechain-kit/dist/utils/index.d.cts 3.1 kB
packages/vechain-kit/dist/utils/index.d.mts 3.1 kB
packages/vechain-kit/dist/utils/index.mjs 2.04 kB

compressed-size-action

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.

1 participant