ci: disable telemetry in workflows#217
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Aryan1718
pushed a commit
to Aryan1718/ktx
that referenced
this pull request
May 27, 2026
## [0.6.0](Kaelio/ktx@v0.5.0...v0.6.0) (2026-05-26) ### Features * **cli:** skip-context-sources menu + clack-style tree picker UX ([Kaelio#213](Kaelio#213)) ([cfd1749](Kaelio@cfd1749)) * **cli:** surface docs and demo-warehouse links in ktx setup ([Kaelio#221](Kaelio#221)) ([62699bf](Kaelio@62699bf)) * **connectors:** generalize readiness and constraint handling ([Kaelio#212](Kaelio#212)) ([78b8a0c](Kaelio@78b8a0c)) ### Bug Fixes * **ingest:** attribute historic-sql evidence writes in bundle report ([Kaelio#220](Kaelio#220)) ([1071f9d](Kaelio@1071f9d)) * **scripts:** make package artifacts pnpm launch work on Windows ([2a6fb19](Kaelio@2a6fb19)) * update ktx CI boundary checks ([Kaelio#223](Kaelio#223)) ([bc7373f](Kaelio@bc7373f)) ### Documentation * ban ktx compatibility shims ([Kaelio#214](Kaelio#214)) ([a9db379](Kaelio@a9db379)) * **readme:** restructure for clarity and add FAQ + comparison table ([Kaelio#222](Kaelio#222)) ([0eeac6f](Kaelio@0eeac6f)) * standardize fanout terminology ([Kaelio#218](Kaelio#218)) ([9248688](Kaelio@9248688)) ### Code Refactoring * remove legacy ktx compatibility shims ([Kaelio#211](Kaelio#211)) ([96952fb](Kaelio@96952fb)) ### Tests * split cli tests from source tree ([Kaelio#216](Kaelio#216)) ([56985b7](Kaelio@56985b7)) ### Continuous Integration * disable telemetry in workflows ([Kaelio#217](Kaelio#217)) ([4827437](Kaelio@4827437))
Aryan1718
pushed a commit
to Aryan1718/ktx
that referenced
this pull request
May 27, 2026
Aryan1718
pushed a commit
to Aryan1718/ktx
that referenced
this pull request
May 27, 2026
## [0.6.0](Kaelio/ktx@v0.5.0...v0.6.0) (2026-05-26) ### Features * **cli:** skip-context-sources menu + clack-style tree picker UX ([Kaelio#213](Kaelio#213)) ([cfd1749](Kaelio@cfd1749)) * **cli:** surface docs and demo-warehouse links in ktx setup ([Kaelio#221](Kaelio#221)) ([62699bf](Kaelio@62699bf)) * **connectors:** generalize readiness and constraint handling ([Kaelio#212](Kaelio#212)) ([78b8a0c](Kaelio@78b8a0c)) ### Bug Fixes * **ingest:** attribute historic-sql evidence writes in bundle report ([Kaelio#220](Kaelio#220)) ([1071f9d](Kaelio@1071f9d)) * **scripts:** make package artifacts pnpm launch work on Windows ([2a6fb19](Kaelio@2a6fb19)) * update ktx CI boundary checks ([Kaelio#223](Kaelio#223)) ([bc7373f](Kaelio@bc7373f)) ### Documentation * ban ktx compatibility shims ([Kaelio#214](Kaelio#214)) ([a9db379](Kaelio@a9db379)) * **readme:** restructure for clarity and add FAQ + comparison table ([Kaelio#222](Kaelio#222)) ([0eeac6f](Kaelio@0eeac6f)) * standardize fanout terminology ([Kaelio#218](Kaelio#218)) ([9248688](Kaelio@9248688)) ### Code Refactoring * remove legacy ktx compatibility shims ([Kaelio#211](Kaelio#211)) ([96952fb](Kaelio@96952fb)) ### Tests * split cli tests from source tree ([Kaelio#216](Kaelio#216)) ([56985b7](Kaelio@56985b7)) ### Continuous Integration * disable telemetry in workflows ([Kaelio#217](Kaelio#217)) ([4827437](Kaelio@4827437))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Disable telemetry for GitHub Actions workflows by setting workflow-level opt-out environment variables in CI, release, and issue triage jobs. This applies the supported ktx kill switch along with standard do-not-track and Next.js telemetry opt-outs so every job inherits the setting.
Checks