You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: handle extremely large pull request body fields (#1689)
* feat: add ability to upload file to new branch
* feat: introduce PullRequestOverflowHandler and implement writing to file on new branch
* test: add tests for FilePullRequestOverflowHandler
* test: add tests for GitHub.createFileOnNewBranch
* test: add failing test for manifest parsing release notes
* fix: manifest uses overflow handler when parsing releases to create
* address comments
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
exports['FilePullRequestOverflowHandler handleOverflow writes large pull request body contents to a file 1']=`
2
+
This release is too large to preview in the pull request body. View the full release notes here: https://github.com/test-owner/test-repo/blob/my-head-branch--release-notes/release-notes.md
3
+
`
4
+
5
+
exports['FilePullRequestOverflowHandler parseOverflow ignores small pull request body contents 1']=`
6
+
:robot: I have created a release \\*beep\\* \\*boop\\*
* upgrade to gcf-utils@12 ([#2262](https://www.github.com/googleapis/repo-automation-bots/issues/2262)) ([bd04376](https://www.github.com/googleapis/repo-automation-bots/commit/bd043767ae59a4eed450f1d18741111dc4c3f8e8))
36
+
</details>
37
+
38
+
---
39
+
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
40
+
`
41
+
42
+
exports['FilePullRequestOverflowHandler parseOverflow parses overflow body and reads file contents 1']=`
43
+
:robot: I have created a release \\*beep\\* \\*boop\\*
* upgrade to gcf-utils@12 ([#2262](https://www.github.com/googleapis/repo-automation-bots/issues/2262)) ([bd04376](https://www.github.com/googleapis/repo-automation-bots/commit/bd043767ae59a4eed450f1d18741111dc4c3f8e8))
73
+
</details>
74
+
75
+
---
76
+
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
0 commit comments