We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5be4c commit bde115dCopy full SHA for bde115d
tests/integration/pull_create_test.go
@@ -199,3 +199,15 @@ func TestPullBranchDelete(t *testing.T) {
199
session.MakeRequest(t, req, http.StatusOK)
200
})
201
}
202
+
203
+/*
204
+Setup:
205
+Create a base repository on: user1/base-repo
206
+Fork repository to: user2/fork-repo
207
+Push extra commit to: user1/base-repo, which changes README.md
208
+Create a PR on user2/fork-repo
209
210
+Test checks:
211
+Check if pull request is created and has a changed README.md
212
+*/
213
+// func TestPullCreatePrFromBaseToFork(t *testing.T) {}
0 commit comments