Skip to content

Track kiota-dom-export.txt via Git LFS to unblock generation pipeline#624

Merged
adrian05-ms merged 2 commits intomainfrom
copilot/update-repo-config-large-file
Apr 17, 2026
Merged

Track kiota-dom-export.txt via Git LFS to unblock generation pipeline#624
adrian05-ms merged 2 commits intomainfrom
copilot/update-repo-config-large-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 17, 2026

kiota-dom-export.txt has grown to 101.28 MB, causing the generation pipeline to fail on push with GH001: Large files detected — GitHub rejects files over 100 MB.

Overview

Adds a Git LFS tracking rule for kiota-dom-export.txt in .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:
    kiota-dom-export.txt filter=lfs diff=lfs merge=lfs -text
    

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

  • Check out this branch
  • Confirm .gitattributes contains the LFS rule for kiota-dom-export.txt
  • Run git lfs trackkiota-dom-export.txt should appear as a tracked pattern
  • Stage the file: git add kiota-dom-export.txt — Git should store it as an LFS object (pointer file ~130 bytes in the index, content in .git/lfs/)
  • Verify with git lfs ls-files — the file should be listed

…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
Copilot AI requested a review from adrian05-ms April 17, 2026 16:49
@adrian05-ms adrian05-ms marked this pull request as ready for review April 17, 2026 17:02
@adrian05-ms adrian05-ms requested a review from a team as a code owner April 17, 2026 17:02
@adrian05-ms adrian05-ms merged commit 3ec4d62 into main Apr 17, 2026
5 checks passed
@adrian05-ms adrian05-ms deleted the copilot/update-repo-config-large-file branch April 17, 2026 17:24
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.

Generation Pipeline blocked: generated export artifact exceeds GitHub 100 MB file size limit

3 participants