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
fix: remove experimental from forked repo tests (#4088)
* feat: remove experimental from forked repo tests
* mark packages to run tests
* mark old tests as legacy
* add more comments
* add instructions to sunset old tests
* rename workflow back
* remove experimental from created checks
* remove packages to trigger tests
* experiment to see if check fulfills required tests
* add permissions to experiment
* rename lint back
* remove experiment
* only run tests on non-forks
* remove experimental
* document ci testing
* add legacy to old dev tests
* rename summary to Custard CI / test
* reorder list
* Update CONTRIBUTING.md
Co-authored-by: Katie McLaughlin <[email protected]>
* add note to pull request template
---------
Co-authored-by: Katie McLaughlin <[email protected]>
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,13 @@ Note: Before submitting a pull request, please open an issue for discussion if y
8
8
-[ ] I have followed guidelines from [CONTRIBUTING.MD](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/CONTRIBUTING.md) and [Samples Style Guide](https://googlecloudplatform.github.io/samples-style-guide/)
9
9
-[ ]**Tests** pass: `npm test` (see [Testing](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/CONTRIBUTING.md#run-the-tests-for-a-single-sample))
10
10
-[ ]**Lint** pass: `npm run lint` (see [Style](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/CONTRIBUTING.md#style))
11
+
-[ ]**Required CI tests** pass (see [CI testing](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/CONTRIBUTING.md#ci-testing))
11
12
-[ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones)
12
13
-[ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones)
13
14
-[ ] This pull request is from a branch created directly off of `GoogleCloudPlatform/nodejs-docs-samples`. Not a fork.
14
15
-[ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/CODEOWNERS) with the codeowners for this sample
15
16
-[ ] This sample adds a new sample directory, and I created [GitHub Actions workflow](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/CONTRIBUTING.md#adding-new-samples) for this sample
16
17
-[ ] This sample adds a new **Product API**, and I updated the [Blunderbuss issue/PR auto-assigner](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/.github/blunderbuss.yml) with the codeowners for this sample
17
18
-[ ] Please **merge** this PR for me once it is approved
19
+
20
+
> **Note**: Any check with `(dev)`, `(experimental)`, or `(legacy)` can be ignored and should **not block** your PR from merging (see [CI testing](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/CONTRIBUTING.md#ci-testing)).
0 commit comments