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
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,19 @@ What's changed, or what was fixed?
12
12
-[ ] I have run all the tests locally and they all pass.
13
13
-[ ] I have followed the relevant style guide for my changes.
14
14
15
-
## Full Repo Validation Required
16
-
(please check all that apply [x], do not edit the text)
15
+
## ADVANCED Settings
16
+
17
+
For most PRs you most likely do not have to edit anything in this section.
18
+
19
+
### Test Scope
20
+
21
+
By default the PR pipeline tests all projects that were edited in the PR.
22
+
23
+
Some PRs might have side-effects on other projects such as changes to the test pipeline or shared tooling and need tests beyond the projects edited in this PR.
24
+
25
+
To customize the PR testing scope check [x] either option below and replace the sub-projects as needed.
26
+
17
27
-[ ] PR requires full pipeline run (Run for changes only by default).
28
+
-[ ] Test following projects (comma separated list): references/cicd-pipeline,tools/apigee-sackmesser
Copy file name to clipboardexpand all lines: references/common-shared-flows/error-handling-v1/sharedflowbundle/resources/jsc/PopulateDefaultErrorVariables.js
Copy file name to clipboardexpand all lines: references/openapi-mock/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ apigeecli apis create bundle \
60
60
61
61
If you just need to quickly generate a mock API proxy from your OpenAPI 3 spec, the [apigee-go-gen](https://apigee.github.io/apigee-go-gen/installation/) tool can help.
62
62
63
-
The tool's [mock oas](https://apigee.github.io/apigee-go-gen/mock/mock-openapi-spec/) command automates the process, saving you time and effort.
63
+
The tool's [mock oas](https://apigee.github.io/apigee-go-gen/mock/mock-openapi-description/) command automates the process, saving you time and effort.
64
64
65
65
Here is an example of how to generate a mock API proxy using the `apigee-go-gen` tool.
0 commit comments