From a6ab7047b0e7cd7deb0946ff3d2686038496b813 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Tue, 27 Aug 2024 11:22:14 +0100 Subject: [PATCH 1/2] feat: add test_pull_request.txt for rebase command testing --- test_pull_request.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test_pull_request.txt diff --git a/test_pull_request.txt b/test_pull_request.txt new file mode 100644 index 00000000..0f7643cc --- /dev/null +++ b/test_pull_request.txt @@ -0,0 +1,4 @@ +This file is added as part of the test pull request for the rebase command. + +The pull request should not be approved so that the request remains to be amended by the release command. + From 9d7b6295ea439bf473ee252c6b6139049e83d2be Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:28:02 +0000 Subject: [PATCH 2/2] chore: update changelog for pr --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ce9fcb..d3a1033d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add graphql method to get open pull requests(pr [#306]) - add PrItem struct and return Vec instead of Vec(pr [#307]) - add early return if no open pull requests are found(pr [#308]) +- add test_pull_request.txt for rebase command testing(pr [#310]) ### Changed @@ -594,6 +595,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#307]: https://github.com/jerus-org/pcu/pull/307 [#308]: https://github.com/jerus-org/pcu/pull/308 [#309]: https://github.com/jerus-org/pcu/pull/309 +[#310]: https://github.com/jerus-org/pcu/pull/310 [Unreleased]: https://github.com/jerus-org/pcu/compare/v0.4.1...HEAD [0.4.1]: https://github.com/jerus-org/pcu/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/jerus-org/pcu/compare/v0.3.0...v0.4.0