Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set a maximum number of diff output lines in email workflow (chapel-l…
…ang#24417) Modify the Github Actions email-on-merge workflow to cut off the git diff output at 1000 lines, including a note if it was truncated. Job https://github.com/chapel-lang/chapel/actions/runs/7907690909/job/21585278415?pr=24417 shows this working with a temporary patch to let it do a dry run on an unmerged PR. Click into the step "Get merge log" to see diff output with max 2 allowed lines. Resolves Cray/chapel-private#5915. [reviewed by @jhh67 , thanks!] Testing: - [x] test job run described above
- Loading branch information