Track kiota-dom-export.txt via Git LFS to unblock generation pipeline#624
Merged
adrian05-ms merged 2 commits intomainfrom Apr 17, 2026
Merged
Track kiota-dom-export.txt via Git LFS to unblock generation pipeline#624adrian05-ms merged 2 commits intomainfrom
adrian05-ms merged 2 commits intomainfrom
Conversation
…100MB file size limit Agent-Logs-Url: https://github.com/microsoftgraph/msgraph-beta-sdk-go/sessions/c40a3092-89ff-44f1-ab80-b182bf999993 Co-authored-by: adrian05-ms <212946016+adrian05-ms@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update repo config to allow files exceeding 100 MB
Track kiota-dom-export.txt via Git LFS to unblock generation pipeline
Apr 17, 2026
gavinbarron
approved these changes
Apr 17, 2026
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.
kiota-dom-export.txthas grown to 101.28 MB, causing the generation pipeline to fail on push withGH001: Large files detected— GitHub rejects files over 100 MB.Overview
Adds a Git LFS tracking rule for
kiota-dom-export.txtin.gitattributes. On next commit, Git will store the file content in LFS and replace it with a pointer in the tree, bypassing GitHub's 100 MB hard limit..gitattributes— added LFS filter rule:Notes
No history rewrite is needed here — the goal is to unblock future pipeline runs. Once this merges, the generation pipeline will commit the file through LFS automatically on its next run.
Testing Instructions
.gitattributescontains the LFS rule forkiota-dom-export.txtgit lfs track—kiota-dom-export.txtshould appear as a tracked patterngit add kiota-dom-export.txt— Git should store it as an LFS object (pointer file ~130 bytes in the index, content in.git/lfs/)git lfs ls-files— the file should be listed