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
* use default node versions
* add to other workflows
* spacing
* remove os matrix when it's not used
* spacing
* only test package managers on ubuntu, as is the case with fastify/fastify
* update readme
* update desc
* remove stringified
* don't add matrix is to benchmark
| `auto-merge-exclude` | false | string | `fastify` | Provide a semicolon separated list of packages that you do not want to be auto-merged. |
68
-
| `license-check` | false | boolean | `false` | Set to `true` to check that a repository's production dependencies use permissive licenses: 0BSD, Apache-2.0, BSD-2-Clause, BSD-3-Clause, MIT, or ISC. |
69
-
| `license-check-allowed-additional` | false | string | | Provide a semicolon separated list of SPDX-license identifiers that you want to additionally allow. |
70
-
| `lint` | false | boolean | `false` | Set to `true` to run the `lint` script in a repository's `package.json`. |
67
+
| `auto-merge-exclude` | false | string | `fastify` | Provide a semicolon separated list of packages that you do not want to be auto-merged. |
68
+
| `license-check` | false | boolean | `false` | Set to `true` to check that a repository's production dependencies use permissive licenses: 0BSD, Apache-2.0, BSD-2-Clause, BSD-3-Clause, MIT, or ISC. |
69
+
| `license-check-allowed-additional` | false | string | | Provide a semicolon separated list of SPDX-license identifiers that you want to additionally allow. |
70
+
| `lint` | false | boolean | `false` | Set to `true` to run the `lint` script in a repository's `package.json`. |
71
+
| `node-versions` | false | string | `'["18", "20", "21"]'` | Provide A JSON array that specifies the Node.js versions on which the job should run. |
71
72
72
73
## Benchmark PR workflow
73
74
@@ -92,8 +93,7 @@ jobs:
92
93
93
94
remove-label:
94
95
if: "always()"
95
-
needs:
96
-
- benchmark
96
+
needs: benchmark
97
97
runs-on: ubuntu-latest
98
98
steps:
99
99
- name: Remove benchmark label
@@ -112,6 +112,7 @@ jobs:
112
112
| Input Name | Required | Type | Default | Description |
0 commit comments