Internal tools platform for DTI, a project team/web development club at Cornell University, which automates all operations of an organization of 100+ members.
GNU Affero General Public License v3.0
7
stars
2
forks
source link
Pull from IDOL: Set Max Length for Diff Output in PR Description #717
Summary
The "Pull from IDOL" job breaks when the JSON diff output is too large.
See this failed job: https://github.com/cornell-dti/idol/actions/runs/11904572855/job/33173605118
We can just omit the diff output from the PR body.
Notion/Figma Link
https://www.notion.so/Pull-from-IDOL-Breaks-When-JSON-is-Too-Large-1430ad723ce180e88b14c20faf59e8a8?pvs=4
Test Plan
Check that job passes.
Notes
Breaking Changes