Skip to content

Commit 9ff3264

Browse files
authored
Merge pull request hub4j#1693 from kgromov/feature/extend-pull-requests-query-search
Split pull request search from issue; extend with filters
2 parents 3d3e905 + 586f89e commit 9ff3264

File tree

104 files changed

+9181
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+9181
-7
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ a Java VM option). For example:
7373
The above command will create snapshot WireMock data files under the path `src/test/resources/org/kohsuhke/github/YourTestClassName/wiremock`.
7474
Each method will get a separate directory that will hold the data files for that test method.
7575

76+
*Note:* if you are using personal github account don't forget to change `getTempRepository()` to `gitHub.getRepository("${your_account}/${test_method_name}")`
77+
in order to match with snapshot file name for wiremock. To double-check run test without `-Dtest.github.org=false` flag after snapshot is saved.
78+
7679
Add all files including the generated data to your commit and submit a PR.
7780

7881
### Modifying existing tests

0 commit comments

Comments
 (0)