projen 0.58.23 → 0.58.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +417 -276
- package/docs/api/API.md +8 -25
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +3 -3
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows-model.d.ts +63 -37
- package/lib/github/workflows-model.js +1 -1
- package/lib/github/workflows.d.ts +2 -2
- package/lib/github/workflows.js +19 -4
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +5 -5
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +16 -6
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -19322,7 +19322,7 @@
|
|
|
19322
19322
|
},
|
|
19323
19323
|
"locationInModule": {
|
|
19324
19324
|
"filename": "src/github/workflows.ts",
|
|
19325
|
-
"line":
|
|
19325
|
+
"line": 67
|
|
19326
19326
|
},
|
|
19327
19327
|
"parameters": [
|
|
19328
19328
|
{
|
|
@@ -19359,7 +19359,7 @@
|
|
|
19359
19359
|
},
|
|
19360
19360
|
"locationInModule": {
|
|
19361
19361
|
"filename": "src/github/workflows.ts",
|
|
19362
|
-
"line":
|
|
19362
|
+
"line": 108
|
|
19363
19363
|
},
|
|
19364
19364
|
"name": "addJob",
|
|
19365
19365
|
"parameters": [
|
|
@@ -19378,7 +19378,16 @@
|
|
|
19378
19378
|
},
|
|
19379
19379
|
"name": "job",
|
|
19380
19380
|
"type": {
|
|
19381
|
-
"
|
|
19381
|
+
"union": {
|
|
19382
|
+
"types": [
|
|
19383
|
+
{
|
|
19384
|
+
"fqn": "projen.github.workflows.JobCallingReusableWorkflow"
|
|
19385
|
+
},
|
|
19386
|
+
{
|
|
19387
|
+
"fqn": "projen.github.workflows.Job"
|
|
19388
|
+
}
|
|
19389
|
+
]
|
|
19390
|
+
}
|
|
19382
19391
|
}
|
|
19383
19392
|
}
|
|
19384
19393
|
]
|
|
@@ -19390,7 +19399,7 @@
|
|
|
19390
19399
|
},
|
|
19391
19400
|
"locationInModule": {
|
|
19392
19401
|
"filename": "src/github/workflows.ts",
|
|
19393
|
-
"line":
|
|
19402
|
+
"line": 120
|
|
19394
19403
|
},
|
|
19395
19404
|
"name": "addJobs",
|
|
19396
19405
|
"parameters": [
|
|
@@ -19402,7 +19411,16 @@
|
|
|
19402
19411
|
"type": {
|
|
19403
19412
|
"collection": {
|
|
19404
19413
|
"elementtype": {
|
|
19405
|
-
"
|
|
19414
|
+
"union": {
|
|
19415
|
+
"types": [
|
|
19416
|
+
{
|
|
19417
|
+
"fqn": "projen.github.workflows.JobCallingReusableWorkflow"
|
|
19418
|
+
},
|
|
19419
|
+
{
|
|
19420
|
+
"fqn": "projen.github.workflows.Job"
|
|
19421
|
+
}
|
|
19422
|
+
]
|
|
19423
|
+
}
|
|
19406
19424
|
},
|
|
19407
19425
|
"kind": "map"
|
|
19408
19426
|
}
|
|
@@ -19417,7 +19435,7 @@
|
|
|
19417
19435
|
},
|
|
19418
19436
|
"locationInModule": {
|
|
19419
19437
|
"filename": "src/github/workflows.ts",
|
|
19420
|
-
"line":
|
|
19438
|
+
"line": 96
|
|
19421
19439
|
},
|
|
19422
19440
|
"name": "on",
|
|
19423
19441
|
"parameters": [
|
|
@@ -19607,7 +19625,7 @@
|
|
|
19607
19625
|
"kind": "interface",
|
|
19608
19626
|
"locationInModule": {
|
|
19609
19627
|
"filename": "src/github/workflows.ts",
|
|
19610
|
-
"line":
|
|
19628
|
+
"line": 288
|
|
19611
19629
|
},
|
|
19612
19630
|
"methods": [
|
|
19613
19631
|
{
|
|
@@ -19618,7 +19636,7 @@
|
|
|
19618
19636
|
},
|
|
19619
19637
|
"locationInModule": {
|
|
19620
19638
|
"filename": "src/github/workflows.ts",
|
|
19621
|
-
"line":
|
|
19639
|
+
"line": 292
|
|
19622
19640
|
},
|
|
19623
19641
|
"name": "renderJobs",
|
|
19624
19642
|
"returns": {
|
|
@@ -21023,7 +21041,7 @@
|
|
|
21023
21041
|
"kind": "interface",
|
|
21024
21042
|
"locationInModule": {
|
|
21025
21043
|
"filename": "src/github/workflows-model.ts",
|
|
21026
|
-
"line":
|
|
21044
|
+
"line": 734
|
|
21027
21045
|
},
|
|
21028
21046
|
"name": "BranchProtectionRuleOptions",
|
|
21029
21047
|
"namespace": "github.workflows",
|
|
@@ -21040,7 +21058,7 @@
|
|
|
21040
21058
|
"immutable": true,
|
|
21041
21059
|
"locationInModule": {
|
|
21042
21060
|
"filename": "src/github/workflows-model.ts",
|
|
21043
|
-
"line":
|
|
21061
|
+
"line": 740
|
|
21044
21062
|
},
|
|
21045
21063
|
"name": "types",
|
|
21046
21064
|
"optional": true,
|
|
@@ -21067,7 +21085,7 @@
|
|
|
21067
21085
|
"kind": "interface",
|
|
21068
21086
|
"locationInModule": {
|
|
21069
21087
|
"filename": "src/github/workflows-model.ts",
|
|
21070
|
-
"line":
|
|
21088
|
+
"line": 746
|
|
21071
21089
|
},
|
|
21072
21090
|
"name": "CheckRunOptions",
|
|
21073
21091
|
"namespace": "github.workflows",
|
|
@@ -21084,7 +21102,7 @@
|
|
|
21084
21102
|
"immutable": true,
|
|
21085
21103
|
"locationInModule": {
|
|
21086
21104
|
"filename": "src/github/workflows-model.ts",
|
|
21087
|
-
"line":
|
|
21105
|
+
"line": 752
|
|
21088
21106
|
},
|
|
21089
21107
|
"name": "types",
|
|
21090
21108
|
"optional": true,
|
|
@@ -21111,7 +21129,7 @@
|
|
|
21111
21129
|
"kind": "interface",
|
|
21112
21130
|
"locationInModule": {
|
|
21113
21131
|
"filename": "src/github/workflows-model.ts",
|
|
21114
|
-
"line":
|
|
21132
|
+
"line": 760
|
|
21115
21133
|
},
|
|
21116
21134
|
"name": "CheckSuiteOptions",
|
|
21117
21135
|
"namespace": "github.workflows",
|
|
@@ -21128,7 +21146,7 @@
|
|
|
21128
21146
|
"immutable": true,
|
|
21129
21147
|
"locationInModule": {
|
|
21130
21148
|
"filename": "src/github/workflows-model.ts",
|
|
21131
|
-
"line":
|
|
21149
|
+
"line": 766
|
|
21132
21150
|
},
|
|
21133
21151
|
"name": "types",
|
|
21134
21152
|
"optional": true,
|
|
@@ -21144,6 +21162,118 @@
|
|
|
21144
21162
|
],
|
|
21145
21163
|
"symbolId": "src/github/workflows-model:CheckSuiteOptions"
|
|
21146
21164
|
},
|
|
21165
|
+
"projen.github.workflows.CommonJobDefinition": {
|
|
21166
|
+
"assembly": "projen",
|
|
21167
|
+
"datatype": true,
|
|
21168
|
+
"docs": {
|
|
21169
|
+
"stability": "experimental"
|
|
21170
|
+
},
|
|
21171
|
+
"fqn": "projen.github.workflows.CommonJobDefinition",
|
|
21172
|
+
"kind": "interface",
|
|
21173
|
+
"locationInModule": {
|
|
21174
|
+
"filename": "src/github/workflows-model.ts",
|
|
21175
|
+
"line": 3
|
|
21176
|
+
},
|
|
21177
|
+
"name": "CommonJobDefinition",
|
|
21178
|
+
"namespace": "github.workflows",
|
|
21179
|
+
"properties": [
|
|
21180
|
+
{
|
|
21181
|
+
"abstract": true,
|
|
21182
|
+
"docs": {
|
|
21183
|
+
"remarks": "Use `{ contents: READ }` if your job only needs to clone code.\n\nThis is intentionally a required field since it is required in order to\nallow workflows to run in GitHub repositories with restricted default\naccess.",
|
|
21184
|
+
"see": "https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token",
|
|
21185
|
+
"stability": "experimental",
|
|
21186
|
+
"summary": "You can modify the default permissions granted to the GITHUB_TOKEN, adding or removing access as required, so that you only allow the minimum required access."
|
|
21187
|
+
},
|
|
21188
|
+
"immutable": true,
|
|
21189
|
+
"locationInModule": {
|
|
21190
|
+
"filename": "src/github/workflows-model.ts",
|
|
21191
|
+
"line": 30
|
|
21192
|
+
},
|
|
21193
|
+
"name": "permissions",
|
|
21194
|
+
"type": {
|
|
21195
|
+
"fqn": "projen.github.workflows.JobPermissions"
|
|
21196
|
+
}
|
|
21197
|
+
},
|
|
21198
|
+
{
|
|
21199
|
+
"abstract": true,
|
|
21200
|
+
"docs": {
|
|
21201
|
+
"remarks": "A concurrency group can be any\nstring or expression. The expression can use any context except for the\nsecrets context.",
|
|
21202
|
+
"stability": "experimental",
|
|
21203
|
+
"summary": "Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time."
|
|
21204
|
+
},
|
|
21205
|
+
"immutable": true,
|
|
21206
|
+
"locationInModule": {
|
|
21207
|
+
"filename": "src/github/workflows-model.ts",
|
|
21208
|
+
"line": 40
|
|
21209
|
+
},
|
|
21210
|
+
"name": "concurrency",
|
|
21211
|
+
"optional": true,
|
|
21212
|
+
"type": {
|
|
21213
|
+
"primitive": "any"
|
|
21214
|
+
}
|
|
21215
|
+
},
|
|
21216
|
+
{
|
|
21217
|
+
"abstract": true,
|
|
21218
|
+
"docs": {
|
|
21219
|
+
"remarks": "You can use any supported context and expression to\ncreate a conditional.",
|
|
21220
|
+
"stability": "experimental",
|
|
21221
|
+
"summary": "You can use the if conditional to prevent a job from running unless a condition is met."
|
|
21222
|
+
},
|
|
21223
|
+
"immutable": true,
|
|
21224
|
+
"locationInModule": {
|
|
21225
|
+
"filename": "src/github/workflows-model.ts",
|
|
21226
|
+
"line": 47
|
|
21227
|
+
},
|
|
21228
|
+
"name": "if",
|
|
21229
|
+
"optional": true,
|
|
21230
|
+
"type": {
|
|
21231
|
+
"primitive": "string"
|
|
21232
|
+
}
|
|
21233
|
+
},
|
|
21234
|
+
{
|
|
21235
|
+
"abstract": true,
|
|
21236
|
+
"docs": {
|
|
21237
|
+
"stability": "experimental",
|
|
21238
|
+
"summary": "The name of the job displayed on GitHub."
|
|
21239
|
+
},
|
|
21240
|
+
"immutable": true,
|
|
21241
|
+
"locationInModule": {
|
|
21242
|
+
"filename": "src/github/workflows-model.ts",
|
|
21243
|
+
"line": 7
|
|
21244
|
+
},
|
|
21245
|
+
"name": "name",
|
|
21246
|
+
"optional": true,
|
|
21247
|
+
"type": {
|
|
21248
|
+
"primitive": "string"
|
|
21249
|
+
}
|
|
21250
|
+
},
|
|
21251
|
+
{
|
|
21252
|
+
"abstract": true,
|
|
21253
|
+
"docs": {
|
|
21254
|
+
"remarks": "It can be a string or array of strings. If a job fails, all jobs\nthat need it are skipped unless the jobs use a conditional expression\nthat causes the job to continue.",
|
|
21255
|
+
"stability": "experimental",
|
|
21256
|
+
"summary": "Identifies any jobs that must complete successfully before this job will run."
|
|
21257
|
+
},
|
|
21258
|
+
"immutable": true,
|
|
21259
|
+
"locationInModule": {
|
|
21260
|
+
"filename": "src/github/workflows-model.ts",
|
|
21261
|
+
"line": 15
|
|
21262
|
+
},
|
|
21263
|
+
"name": "needs",
|
|
21264
|
+
"optional": true,
|
|
21265
|
+
"type": {
|
|
21266
|
+
"collection": {
|
|
21267
|
+
"elementtype": {
|
|
21268
|
+
"primitive": "string"
|
|
21269
|
+
},
|
|
21270
|
+
"kind": "array"
|
|
21271
|
+
}
|
|
21272
|
+
}
|
|
21273
|
+
}
|
|
21274
|
+
],
|
|
21275
|
+
"symbolId": "src/github/workflows-model:CommonJobDefinition"
|
|
21276
|
+
},
|
|
21147
21277
|
"projen.github.workflows.ContainerCredentials": {
|
|
21148
21278
|
"assembly": "projen",
|
|
21149
21279
|
"datatype": true,
|
|
@@ -21155,7 +21285,7 @@
|
|
|
21155
21285
|
"kind": "interface",
|
|
21156
21286
|
"locationInModule": {
|
|
21157
21287
|
"filename": "src/github/workflows-model.ts",
|
|
21158
|
-
"line":
|
|
21288
|
+
"line": 471
|
|
21159
21289
|
},
|
|
21160
21290
|
"name": "ContainerCredentials",
|
|
21161
21291
|
"namespace": "github.workflows",
|
|
@@ -21169,7 +21299,7 @@
|
|
|
21169
21299
|
"immutable": true,
|
|
21170
21300
|
"locationInModule": {
|
|
21171
21301
|
"filename": "src/github/workflows-model.ts",
|
|
21172
|
-
"line":
|
|
21302
|
+
"line": 476
|
|
21173
21303
|
},
|
|
21174
21304
|
"name": "password",
|
|
21175
21305
|
"type": {
|
|
@@ -21185,7 +21315,7 @@
|
|
|
21185
21315
|
"immutable": true,
|
|
21186
21316
|
"locationInModule": {
|
|
21187
21317
|
"filename": "src/github/workflows-model.ts",
|
|
21188
|
-
"line":
|
|
21318
|
+
"line": 473
|
|
21189
21319
|
},
|
|
21190
21320
|
"name": "username",
|
|
21191
21321
|
"type": {
|
|
@@ -21200,13 +21330,13 @@
|
|
|
21200
21330
|
"datatype": true,
|
|
21201
21331
|
"docs": {
|
|
21202
21332
|
"stability": "experimental",
|
|
21203
|
-
"summary": "Options
|
|
21333
|
+
"summary": "Options pertaining to container environments."
|
|
21204
21334
|
},
|
|
21205
21335
|
"fqn": "projen.github.workflows.ContainerOptions",
|
|
21206
21336
|
"kind": "interface",
|
|
21207
21337
|
"locationInModule": {
|
|
21208
21338
|
"filename": "src/github/workflows-model.ts",
|
|
21209
|
-
"line":
|
|
21339
|
+
"line": 424
|
|
21210
21340
|
},
|
|
21211
21341
|
"name": "ContainerOptions",
|
|
21212
21342
|
"namespace": "github.workflows",
|
|
@@ -21221,7 +21351,7 @@
|
|
|
21221
21351
|
"immutable": true,
|
|
21222
21352
|
"locationInModule": {
|
|
21223
21353
|
"filename": "src/github/workflows-model.ts",
|
|
21224
|
-
"line":
|
|
21354
|
+
"line": 429
|
|
21225
21355
|
},
|
|
21226
21356
|
"name": "image",
|
|
21227
21357
|
"type": {
|
|
@@ -21238,7 +21368,7 @@
|
|
|
21238
21368
|
"immutable": true,
|
|
21239
21369
|
"locationInModule": {
|
|
21240
21370
|
"filename": "src/github/workflows-model.ts",
|
|
21241
|
-
"line":
|
|
21371
|
+
"line": 437
|
|
21242
21372
|
},
|
|
21243
21373
|
"name": "credentials",
|
|
21244
21374
|
"optional": true,
|
|
@@ -21255,7 +21385,7 @@
|
|
|
21255
21385
|
"immutable": true,
|
|
21256
21386
|
"locationInModule": {
|
|
21257
21387
|
"filename": "src/github/workflows-model.ts",
|
|
21258
|
-
"line":
|
|
21388
|
+
"line": 442
|
|
21259
21389
|
},
|
|
21260
21390
|
"name": "env",
|
|
21261
21391
|
"optional": true,
|
|
@@ -21278,7 +21408,7 @@
|
|
|
21278
21408
|
"immutable": true,
|
|
21279
21409
|
"locationInModule": {
|
|
21280
21410
|
"filename": "src/github/workflows-model.ts",
|
|
21281
|
-
"line":
|
|
21411
|
+
"line": 465
|
|
21282
21412
|
},
|
|
21283
21413
|
"name": "options",
|
|
21284
21414
|
"optional": true,
|
|
@@ -21300,7 +21430,7 @@
|
|
|
21300
21430
|
"immutable": true,
|
|
21301
21431
|
"locationInModule": {
|
|
21302
21432
|
"filename": "src/github/workflows-model.ts",
|
|
21303
|
-
"line":
|
|
21433
|
+
"line": 447
|
|
21304
21434
|
},
|
|
21305
21435
|
"name": "ports",
|
|
21306
21436
|
"optional": true,
|
|
@@ -21323,7 +21453,7 @@
|
|
|
21323
21453
|
"immutable": true,
|
|
21324
21454
|
"locationInModule": {
|
|
21325
21455
|
"filename": "src/github/workflows-model.ts",
|
|
21326
|
-
"line":
|
|
21456
|
+
"line": 458
|
|
21327
21457
|
},
|
|
21328
21458
|
"name": "volumes",
|
|
21329
21459
|
"optional": true,
|
|
@@ -21350,7 +21480,7 @@
|
|
|
21350
21480
|
"kind": "interface",
|
|
21351
21481
|
"locationInModule": {
|
|
21352
21482
|
"filename": "src/github/workflows-model.ts",
|
|
21353
|
-
"line":
|
|
21483
|
+
"line": 1110
|
|
21354
21484
|
},
|
|
21355
21485
|
"name": "CreateOptions",
|
|
21356
21486
|
"namespace": "github.workflows",
|
|
@@ -21367,7 +21497,7 @@
|
|
|
21367
21497
|
"kind": "interface",
|
|
21368
21498
|
"locationInModule": {
|
|
21369
21499
|
"filename": "src/github/workflows-model.ts",
|
|
21370
|
-
"line":
|
|
21500
|
+
"line": 712
|
|
21371
21501
|
},
|
|
21372
21502
|
"name": "CronScheduleOptions",
|
|
21373
21503
|
"namespace": "github.workflows",
|
|
@@ -21381,7 +21511,7 @@
|
|
|
21381
21511
|
"immutable": true,
|
|
21382
21512
|
"locationInModule": {
|
|
21383
21513
|
"filename": "src/github/workflows-model.ts",
|
|
21384
|
-
"line":
|
|
21514
|
+
"line": 716
|
|
21385
21515
|
},
|
|
21386
21516
|
"name": "cron",
|
|
21387
21517
|
"type": {
|
|
@@ -21402,7 +21532,7 @@
|
|
|
21402
21532
|
"kind": "interface",
|
|
21403
21533
|
"locationInModule": {
|
|
21404
21534
|
"filename": "src/github/workflows-model.ts",
|
|
21405
|
-
"line":
|
|
21535
|
+
"line": 1115
|
|
21406
21536
|
},
|
|
21407
21537
|
"name": "DeleteOptions",
|
|
21408
21538
|
"namespace": "github.workflows",
|
|
@@ -21419,7 +21549,7 @@
|
|
|
21419
21549
|
"kind": "interface",
|
|
21420
21550
|
"locationInModule": {
|
|
21421
21551
|
"filename": "src/github/workflows-model.ts",
|
|
21422
|
-
"line":
|
|
21552
|
+
"line": 1120
|
|
21423
21553
|
},
|
|
21424
21554
|
"name": "DeploymentOptions",
|
|
21425
21555
|
"namespace": "github.workflows",
|
|
@@ -21436,7 +21566,7 @@
|
|
|
21436
21566
|
"kind": "interface",
|
|
21437
21567
|
"locationInModule": {
|
|
21438
21568
|
"filename": "src/github/workflows-model.ts",
|
|
21439
|
-
"line":
|
|
21569
|
+
"line": 1125
|
|
21440
21570
|
},
|
|
21441
21571
|
"name": "DeploymentStatusOptions",
|
|
21442
21572
|
"namespace": "github.workflows",
|
|
@@ -21453,7 +21583,7 @@
|
|
|
21453
21583
|
"kind": "interface",
|
|
21454
21584
|
"locationInModule": {
|
|
21455
21585
|
"filename": "src/github/workflows-model.ts",
|
|
21456
|
-
"line":
|
|
21586
|
+
"line": 797
|
|
21457
21587
|
},
|
|
21458
21588
|
"name": "DiscussionCommentOptions",
|
|
21459
21589
|
"namespace": "github.workflows",
|
|
@@ -21470,7 +21600,7 @@
|
|
|
21470
21600
|
"immutable": true,
|
|
21471
21601
|
"locationInModule": {
|
|
21472
21602
|
"filename": "src/github/workflows-model.ts",
|
|
21473
|
-
"line":
|
|
21603
|
+
"line": 803
|
|
21474
21604
|
},
|
|
21475
21605
|
"name": "types",
|
|
21476
21606
|
"optional": true,
|
|
@@ -21497,7 +21627,7 @@
|
|
|
21497
21627
|
"kind": "interface",
|
|
21498
21628
|
"locationInModule": {
|
|
21499
21629
|
"filename": "src/github/workflows-model.ts",
|
|
21500
|
-
"line":
|
|
21630
|
+
"line": 772
|
|
21501
21631
|
},
|
|
21502
21632
|
"name": "DiscussionOptions",
|
|
21503
21633
|
"namespace": "github.workflows",
|
|
@@ -21514,7 +21644,7 @@
|
|
|
21514
21644
|
"immutable": true,
|
|
21515
21645
|
"locationInModule": {
|
|
21516
21646
|
"filename": "src/github/workflows-model.ts",
|
|
21517
|
-
"line":
|
|
21647
|
+
"line": 778
|
|
21518
21648
|
},
|
|
21519
21649
|
"name": "types",
|
|
21520
21650
|
"optional": true,
|
|
@@ -21541,7 +21671,7 @@
|
|
|
21541
21671
|
"kind": "interface",
|
|
21542
21672
|
"locationInModule": {
|
|
21543
21673
|
"filename": "src/github/workflows-model.ts",
|
|
21544
|
-
"line":
|
|
21674
|
+
"line": 1130
|
|
21545
21675
|
},
|
|
21546
21676
|
"name": "ForkOptions",
|
|
21547
21677
|
"namespace": "github.workflows",
|
|
@@ -21558,7 +21688,7 @@
|
|
|
21558
21688
|
"kind": "interface",
|
|
21559
21689
|
"locationInModule": {
|
|
21560
21690
|
"filename": "src/github/workflows-model.ts",
|
|
21561
|
-
"line":
|
|
21691
|
+
"line": 1135
|
|
21562
21692
|
},
|
|
21563
21693
|
"name": "GollumOptions",
|
|
21564
21694
|
"namespace": "github.workflows",
|
|
@@ -21575,7 +21705,7 @@
|
|
|
21575
21705
|
"kind": "interface",
|
|
21576
21706
|
"locationInModule": {
|
|
21577
21707
|
"filename": "src/github/workflows-model.ts",
|
|
21578
|
-
"line":
|
|
21708
|
+
"line": 809
|
|
21579
21709
|
},
|
|
21580
21710
|
"name": "IssueCommentOptions",
|
|
21581
21711
|
"namespace": "github.workflows",
|
|
@@ -21592,7 +21722,7 @@
|
|
|
21592
21722
|
"immutable": true,
|
|
21593
21723
|
"locationInModule": {
|
|
21594
21724
|
"filename": "src/github/workflows-model.ts",
|
|
21595
|
-
"line":
|
|
21725
|
+
"line": 815
|
|
21596
21726
|
},
|
|
21597
21727
|
"name": "types",
|
|
21598
21728
|
"optional": true,
|
|
@@ -21619,7 +21749,7 @@
|
|
|
21619
21749
|
"kind": "interface",
|
|
21620
21750
|
"locationInModule": {
|
|
21621
21751
|
"filename": "src/github/workflows-model.ts",
|
|
21622
|
-
"line":
|
|
21752
|
+
"line": 821
|
|
21623
21753
|
},
|
|
21624
21754
|
"name": "IssuesOptions",
|
|
21625
21755
|
"namespace": "github.workflows",
|
|
@@ -21636,7 +21766,7 @@
|
|
|
21636
21766
|
"immutable": true,
|
|
21637
21767
|
"locationInModule": {
|
|
21638
21768
|
"filename": "src/github/workflows-model.ts",
|
|
21639
|
-
"line":
|
|
21769
|
+
"line": 827
|
|
21640
21770
|
},
|
|
21641
21771
|
"name": "types",
|
|
21642
21772
|
"optional": true,
|
|
@@ -21660,32 +21790,17 @@
|
|
|
21660
21790
|
"summary": "A GitHub Workflow job definition."
|
|
21661
21791
|
},
|
|
21662
21792
|
"fqn": "projen.github.workflows.Job",
|
|
21793
|
+
"interfaces": [
|
|
21794
|
+
"projen.github.workflows.CommonJobDefinition"
|
|
21795
|
+
],
|
|
21663
21796
|
"kind": "interface",
|
|
21664
21797
|
"locationInModule": {
|
|
21665
21798
|
"filename": "src/github/workflows-model.ts",
|
|
21666
|
-
"line":
|
|
21799
|
+
"line": 80
|
|
21667
21800
|
},
|
|
21668
21801
|
"name": "Job",
|
|
21669
21802
|
"namespace": "github.workflows",
|
|
21670
21803
|
"properties": [
|
|
21671
|
-
{
|
|
21672
|
-
"abstract": true,
|
|
21673
|
-
"docs": {
|
|
21674
|
-
"remarks": "Use `{ contents: READ }` if your job only needs to clone code.\n\nThis is intentionally a required field since it is required in order to\nallow workflows to run in GitHub repositories with restricted default\naccess.",
|
|
21675
|
-
"see": "https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token",
|
|
21676
|
-
"stability": "experimental",
|
|
21677
|
-
"summary": "You can modify the default permissions granted to the GITHUB_TOKEN, adding or removing access as required, so that you only allow the minimum required access."
|
|
21678
|
-
},
|
|
21679
|
-
"immutable": true,
|
|
21680
|
-
"locationInModule": {
|
|
21681
|
-
"filename": "src/github/workflows-model.ts",
|
|
21682
|
-
"line": 53
|
|
21683
|
-
},
|
|
21684
|
-
"name": "permissions",
|
|
21685
|
-
"type": {
|
|
21686
|
-
"fqn": "projen.github.workflows.JobPermissions"
|
|
21687
|
-
}
|
|
21688
|
-
},
|
|
21689
21804
|
{
|
|
21690
21805
|
"abstract": true,
|
|
21691
21806
|
"docs": {
|
|
@@ -21697,7 +21812,7 @@
|
|
|
21697
21812
|
"immutable": true,
|
|
21698
21813
|
"locationInModule": {
|
|
21699
21814
|
"filename": "src/github/workflows-model.ts",
|
|
21700
|
-
"line":
|
|
21815
|
+
"line": 87
|
|
21701
21816
|
},
|
|
21702
21817
|
"name": "runsOn",
|
|
21703
21818
|
"type": {
|
|
@@ -21719,7 +21834,7 @@
|
|
|
21719
21834
|
"immutable": true,
|
|
21720
21835
|
"locationInModule": {
|
|
21721
21836
|
"filename": "src/github/workflows-model.ts",
|
|
21722
|
-
"line":
|
|
21837
|
+
"line": 99
|
|
21723
21838
|
},
|
|
21724
21839
|
"name": "steps",
|
|
21725
21840
|
"type": {
|
|
@@ -21731,24 +21846,6 @@
|
|
|
21731
21846
|
}
|
|
21732
21847
|
}
|
|
21733
21848
|
},
|
|
21734
|
-
{
|
|
21735
|
-
"abstract": true,
|
|
21736
|
-
"docs": {
|
|
21737
|
-
"remarks": "A concurrency group can be any\nstring or expression. The expression can use any context except for the\nsecrets context.",
|
|
21738
|
-
"stability": "experimental",
|
|
21739
|
-
"summary": "Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time."
|
|
21740
|
-
},
|
|
21741
|
-
"immutable": true,
|
|
21742
|
-
"locationInModule": {
|
|
21743
|
-
"filename": "src/github/workflows-model.ts",
|
|
21744
|
-
"line": 71
|
|
21745
|
-
},
|
|
21746
|
-
"name": "concurrency",
|
|
21747
|
-
"optional": true,
|
|
21748
|
-
"type": {
|
|
21749
|
-
"primitive": "any"
|
|
21750
|
-
}
|
|
21751
|
-
},
|
|
21752
21849
|
{
|
|
21753
21850
|
"abstract": true,
|
|
21754
21851
|
"docs": {
|
|
@@ -21759,7 +21856,7 @@
|
|
|
21759
21856
|
"immutable": true,
|
|
21760
21857
|
"locationInModule": {
|
|
21761
21858
|
"filename": "src/github/workflows-model.ts",
|
|
21762
|
-
"line":
|
|
21859
|
+
"line": 154
|
|
21763
21860
|
},
|
|
21764
21861
|
"name": "container",
|
|
21765
21862
|
"optional": true,
|
|
@@ -21777,7 +21874,7 @@
|
|
|
21777
21874
|
"immutable": true,
|
|
21778
21875
|
"locationInModule": {
|
|
21779
21876
|
"filename": "src/github/workflows-model.ts",
|
|
21780
|
-
"line":
|
|
21877
|
+
"line": 146
|
|
21781
21878
|
},
|
|
21782
21879
|
"name": "continueOnError",
|
|
21783
21880
|
"optional": true,
|
|
@@ -21795,7 +21892,7 @@
|
|
|
21795
21892
|
"immutable": true,
|
|
21796
21893
|
"locationInModule": {
|
|
21797
21894
|
"filename": "src/github/workflows-model.ts",
|
|
21798
|
-
"line":
|
|
21895
|
+
"line": 126
|
|
21799
21896
|
},
|
|
21800
21897
|
"name": "defaults",
|
|
21801
21898
|
"optional": true,
|
|
@@ -21813,7 +21910,7 @@
|
|
|
21813
21910
|
"immutable": true,
|
|
21814
21911
|
"locationInModule": {
|
|
21815
21912
|
"filename": "src/github/workflows-model.ts",
|
|
21816
|
-
"line":
|
|
21913
|
+
"line": 120
|
|
21817
21914
|
},
|
|
21818
21915
|
"name": "env",
|
|
21819
21916
|
"optional": true,
|
|
@@ -21837,7 +21934,7 @@
|
|
|
21837
21934
|
"immutable": true,
|
|
21838
21935
|
"locationInModule": {
|
|
21839
21936
|
"filename": "src/github/workflows-model.ts",
|
|
21840
|
-
"line":
|
|
21937
|
+
"line": 107
|
|
21841
21938
|
},
|
|
21842
21939
|
"name": "environment",
|
|
21843
21940
|
"optional": true,
|
|
@@ -21848,163 +21945,207 @@
|
|
|
21848
21945
|
{
|
|
21849
21946
|
"abstract": true,
|
|
21850
21947
|
"docs": {
|
|
21851
|
-
"remarks": "
|
|
21948
|
+
"remarks": "Job outputs are available to all downstream\njobs that depend on this job.",
|
|
21852
21949
|
"stability": "experimental",
|
|
21853
|
-
"summary": "
|
|
21950
|
+
"summary": "A map of outputs for a job."
|
|
21854
21951
|
},
|
|
21855
21952
|
"immutable": true,
|
|
21856
21953
|
"locationInModule": {
|
|
21857
21954
|
"filename": "src/github/workflows-model.ts",
|
|
21858
|
-
"line":
|
|
21955
|
+
"line": 113
|
|
21859
21956
|
},
|
|
21860
|
-
"name": "
|
|
21957
|
+
"name": "outputs",
|
|
21861
21958
|
"optional": true,
|
|
21862
21959
|
"type": {
|
|
21863
|
-
"
|
|
21960
|
+
"collection": {
|
|
21961
|
+
"elementtype": {
|
|
21962
|
+
"fqn": "projen.github.workflows.JobStepOutput"
|
|
21963
|
+
},
|
|
21964
|
+
"kind": "map"
|
|
21965
|
+
}
|
|
21864
21966
|
}
|
|
21865
21967
|
},
|
|
21866
21968
|
{
|
|
21867
21969
|
"abstract": true,
|
|
21868
21970
|
"docs": {
|
|
21971
|
+
"remarks": "Service\ncontainers are useful for creating databases or cache services like Redis.\nThe runner automatically creates a Docker network and manages the life\ncycle of the service containers.",
|
|
21869
21972
|
"stability": "experimental",
|
|
21870
|
-
"summary": "
|
|
21973
|
+
"summary": "Used to host service containers for a job in a workflow."
|
|
21871
21974
|
},
|
|
21872
21975
|
"immutable": true,
|
|
21873
21976
|
"locationInModule": {
|
|
21874
21977
|
"filename": "src/github/workflows-model.ts",
|
|
21875
|
-
"line":
|
|
21978
|
+
"line": 162
|
|
21876
21979
|
},
|
|
21877
|
-
"name": "
|
|
21980
|
+
"name": "services",
|
|
21878
21981
|
"optional": true,
|
|
21879
21982
|
"type": {
|
|
21880
|
-
"
|
|
21983
|
+
"collection": {
|
|
21984
|
+
"elementtype": {
|
|
21985
|
+
"fqn": "projen.github.workflows.ContainerOptions"
|
|
21986
|
+
},
|
|
21987
|
+
"kind": "map"
|
|
21988
|
+
}
|
|
21881
21989
|
}
|
|
21882
21990
|
},
|
|
21883
21991
|
{
|
|
21884
21992
|
"abstract": true,
|
|
21885
21993
|
"docs": {
|
|
21886
|
-
"remarks": "
|
|
21994
|
+
"remarks": "You can define different\nvariations to run each job in.",
|
|
21887
21995
|
"stability": "experimental",
|
|
21888
|
-
"summary": "
|
|
21996
|
+
"summary": "A strategy creates a build matrix for your jobs."
|
|
21889
21997
|
},
|
|
21890
21998
|
"immutable": true,
|
|
21891
21999
|
"locationInModule": {
|
|
21892
22000
|
"filename": "src/github/workflows-model.ts",
|
|
21893
|
-
"line":
|
|
22001
|
+
"line": 140
|
|
21894
22002
|
},
|
|
21895
|
-
"name": "
|
|
22003
|
+
"name": "strategy",
|
|
21896
22004
|
"optional": true,
|
|
21897
22005
|
"type": {
|
|
21898
|
-
"
|
|
21899
|
-
"elementtype": {
|
|
21900
|
-
"primitive": "string"
|
|
21901
|
-
},
|
|
21902
|
-
"kind": "array"
|
|
21903
|
-
}
|
|
22006
|
+
"fqn": "projen.github.workflows.JobStrategy"
|
|
21904
22007
|
}
|
|
21905
22008
|
},
|
|
21906
22009
|
{
|
|
21907
22010
|
"abstract": true,
|
|
21908
22011
|
"docs": {
|
|
21909
|
-
"
|
|
22012
|
+
"default": "360",
|
|
21910
22013
|
"stability": "experimental",
|
|
21911
|
-
"summary": "
|
|
22014
|
+
"summary": "The maximum number of minutes to let a job run before GitHub automatically cancels it."
|
|
21912
22015
|
},
|
|
21913
22016
|
"immutable": true,
|
|
21914
22017
|
"locationInModule": {
|
|
21915
22018
|
"filename": "src/github/workflows-model.ts",
|
|
21916
|
-
"line":
|
|
22019
|
+
"line": 134
|
|
21917
22020
|
},
|
|
21918
|
-
"name": "
|
|
22021
|
+
"name": "timeoutMinutes",
|
|
21919
22022
|
"optional": true,
|
|
21920
22023
|
"type": {
|
|
21921
|
-
"
|
|
21922
|
-
"elementtype": {
|
|
21923
|
-
"fqn": "projen.github.workflows.JobStepOutput"
|
|
21924
|
-
},
|
|
21925
|
-
"kind": "map"
|
|
21926
|
-
}
|
|
22024
|
+
"primitive": "number"
|
|
21927
22025
|
}
|
|
21928
22026
|
},
|
|
21929
22027
|
{
|
|
21930
22028
|
"abstract": true,
|
|
21931
22029
|
"docs": {
|
|
21932
|
-
"remarks": "
|
|
22030
|
+
"remarks": "Translates into `actions/setup-xxx` steps at\nthe beginning of the job.",
|
|
21933
22031
|
"stability": "experimental",
|
|
21934
|
-
"summary": "
|
|
22032
|
+
"summary": "Tools required for this job."
|
|
21935
22033
|
},
|
|
21936
22034
|
"immutable": true,
|
|
21937
22035
|
"locationInModule": {
|
|
21938
22036
|
"filename": "src/github/workflows-model.ts",
|
|
21939
|
-
"line":
|
|
22037
|
+
"line": 168
|
|
21940
22038
|
},
|
|
21941
|
-
"name": "
|
|
22039
|
+
"name": "tools",
|
|
21942
22040
|
"optional": true,
|
|
21943
22041
|
"type": {
|
|
21944
|
-
"
|
|
21945
|
-
"elementtype": {
|
|
21946
|
-
"fqn": "projen.github.workflows.ContainerOptions"
|
|
21947
|
-
},
|
|
21948
|
-
"kind": "map"
|
|
21949
|
-
}
|
|
22042
|
+
"fqn": "projen.github.workflows.Tools"
|
|
21950
22043
|
}
|
|
21951
|
-
}
|
|
22044
|
+
}
|
|
22045
|
+
],
|
|
22046
|
+
"symbolId": "src/github/workflows-model:Job"
|
|
22047
|
+
},
|
|
22048
|
+
"projen.github.workflows.JobCallingReusableWorkflow": {
|
|
22049
|
+
"assembly": "projen",
|
|
22050
|
+
"datatype": true,
|
|
22051
|
+
"docs": {
|
|
22052
|
+
"stability": "experimental",
|
|
22053
|
+
"summary": "A GitHub Workflow Job calling a reusable workflow."
|
|
22054
|
+
},
|
|
22055
|
+
"fqn": "projen.github.workflows.JobCallingReusableWorkflow",
|
|
22056
|
+
"interfaces": [
|
|
22057
|
+
"projen.github.workflows.CommonJobDefinition"
|
|
22058
|
+
],
|
|
22059
|
+
"kind": "interface",
|
|
22060
|
+
"locationInModule": {
|
|
22061
|
+
"filename": "src/github/workflows-model.ts",
|
|
22062
|
+
"line": 54
|
|
22063
|
+
},
|
|
22064
|
+
"name": "JobCallingReusableWorkflow",
|
|
22065
|
+
"namespace": "github.workflows",
|
|
22066
|
+
"properties": [
|
|
21952
22067
|
{
|
|
21953
22068
|
"abstract": true,
|
|
21954
22069
|
"docs": {
|
|
21955
|
-
"remarks": "You can define different\nvariations to run each job in.",
|
|
21956
22070
|
"stability": "experimental",
|
|
21957
|
-
"summary": "
|
|
22071
|
+
"summary": "The location and version of a reusable workflow file to run as a job."
|
|
21958
22072
|
},
|
|
21959
22073
|
"immutable": true,
|
|
21960
22074
|
"locationInModule": {
|
|
21961
22075
|
"filename": "src/github/workflows-model.ts",
|
|
21962
|
-
"line":
|
|
22076
|
+
"line": 58
|
|
21963
22077
|
},
|
|
21964
|
-
"name": "
|
|
21965
|
-
"optional": true,
|
|
22078
|
+
"name": "uses",
|
|
21966
22079
|
"type": {
|
|
21967
|
-
"
|
|
22080
|
+
"primitive": "string"
|
|
21968
22081
|
}
|
|
21969
22082
|
},
|
|
21970
22083
|
{
|
|
21971
22084
|
"abstract": true,
|
|
21972
22085
|
"docs": {
|
|
21973
|
-
"
|
|
22086
|
+
"remarks": "Use the 'inherit' keyword to pass all the calling workflow's secrets to the called workflow",
|
|
21974
22087
|
"stability": "experimental",
|
|
21975
|
-
"summary": "
|
|
22088
|
+
"summary": "When a job is used to call a reusable workflow, you can use secrets to provide a map of secrets that are passed to the called workflow."
|
|
21976
22089
|
},
|
|
21977
22090
|
"immutable": true,
|
|
21978
22091
|
"locationInModule": {
|
|
21979
22092
|
"filename": "src/github/workflows-model.ts",
|
|
21980
|
-
"line":
|
|
22093
|
+
"line": 74
|
|
21981
22094
|
},
|
|
21982
|
-
"name": "
|
|
22095
|
+
"name": "secrets",
|
|
21983
22096
|
"optional": true,
|
|
21984
22097
|
"type": {
|
|
21985
|
-
"
|
|
22098
|
+
"union": {
|
|
22099
|
+
"types": [
|
|
22100
|
+
{
|
|
22101
|
+
"primitive": "string"
|
|
22102
|
+
},
|
|
22103
|
+
{
|
|
22104
|
+
"collection": {
|
|
22105
|
+
"elementtype": {
|
|
22106
|
+
"primitive": "string"
|
|
22107
|
+
},
|
|
22108
|
+
"kind": "map"
|
|
22109
|
+
}
|
|
22110
|
+
}
|
|
22111
|
+
]
|
|
22112
|
+
}
|
|
21986
22113
|
}
|
|
21987
22114
|
},
|
|
21988
22115
|
{
|
|
21989
22116
|
"abstract": true,
|
|
21990
22117
|
"docs": {
|
|
21991
|
-
"remarks": "
|
|
22118
|
+
"remarks": "Allowed expression contexts: `github`, and `needs`.",
|
|
21992
22119
|
"stability": "experimental",
|
|
21993
|
-
"summary": "
|
|
22120
|
+
"summary": "When a job is used to call a reusable workflow, you can use with to provide a map of inputs that are passed to the called workflow."
|
|
21994
22121
|
},
|
|
21995
22122
|
"immutable": true,
|
|
21996
22123
|
"locationInModule": {
|
|
21997
22124
|
"filename": "src/github/workflows-model.ts",
|
|
21998
|
-
"line":
|
|
22125
|
+
"line": 66
|
|
21999
22126
|
},
|
|
22000
|
-
"name": "
|
|
22127
|
+
"name": "with",
|
|
22001
22128
|
"optional": true,
|
|
22002
22129
|
"type": {
|
|
22003
|
-
"
|
|
22130
|
+
"collection": {
|
|
22131
|
+
"elementtype": {
|
|
22132
|
+
"union": {
|
|
22133
|
+
"types": [
|
|
22134
|
+
{
|
|
22135
|
+
"primitive": "string"
|
|
22136
|
+
},
|
|
22137
|
+
{
|
|
22138
|
+
"primitive": "boolean"
|
|
22139
|
+
}
|
|
22140
|
+
]
|
|
22141
|
+
}
|
|
22142
|
+
},
|
|
22143
|
+
"kind": "map"
|
|
22144
|
+
}
|
|
22004
22145
|
}
|
|
22005
22146
|
}
|
|
22006
22147
|
],
|
|
22007
|
-
"symbolId": "src/github/workflows-model:
|
|
22148
|
+
"symbolId": "src/github/workflows-model:JobCallingReusableWorkflow"
|
|
22008
22149
|
},
|
|
22009
22150
|
"projen.github.workflows.JobDefaults": {
|
|
22010
22151
|
"assembly": "projen",
|
|
@@ -22017,7 +22158,7 @@
|
|
|
22017
22158
|
"kind": "interface",
|
|
22018
22159
|
"locationInModule": {
|
|
22019
22160
|
"filename": "src/github/workflows-model.ts",
|
|
22020
|
-
"line":
|
|
22161
|
+
"line": 267
|
|
22021
22162
|
},
|
|
22022
22163
|
"name": "JobDefaults",
|
|
22023
22164
|
"namespace": "github.workflows",
|
|
@@ -22031,7 +22172,7 @@
|
|
|
22031
22172
|
"immutable": true,
|
|
22032
22173
|
"locationInModule": {
|
|
22033
22174
|
"filename": "src/github/workflows-model.ts",
|
|
22034
|
-
"line":
|
|
22175
|
+
"line": 269
|
|
22035
22176
|
},
|
|
22036
22177
|
"name": "run",
|
|
22037
22178
|
"optional": true,
|
|
@@ -22053,7 +22194,7 @@
|
|
|
22053
22194
|
"kind": "interface",
|
|
22054
22195
|
"locationInModule": {
|
|
22055
22196
|
"filename": "src/github/workflows-model.ts",
|
|
22056
|
-
"line":
|
|
22197
|
+
"line": 394
|
|
22057
22198
|
},
|
|
22058
22199
|
"name": "JobMatrix",
|
|
22059
22200
|
"namespace": "github.workflows",
|
|
@@ -22068,7 +22209,7 @@
|
|
|
22068
22209
|
"immutable": true,
|
|
22069
22210
|
"locationInModule": {
|
|
22070
22211
|
"filename": "src/github/workflows-model.ts",
|
|
22071
|
-
"line":
|
|
22212
|
+
"line": 403
|
|
22072
22213
|
},
|
|
22073
22214
|
"name": "domain",
|
|
22074
22215
|
"optional": true,
|
|
@@ -22108,7 +22249,7 @@
|
|
|
22108
22249
|
"immutable": true,
|
|
22109
22250
|
"locationInModule": {
|
|
22110
22251
|
"filename": "src/github/workflows-model.ts",
|
|
22111
|
-
"line":
|
|
22252
|
+
"line": 418
|
|
22112
22253
|
},
|
|
22113
22254
|
"name": "exclude",
|
|
22114
22255
|
"optional": true,
|
|
@@ -22148,7 +22289,7 @@
|
|
|
22148
22289
|
"immutable": true,
|
|
22149
22290
|
"locationInModule": {
|
|
22150
22291
|
"filename": "src/github/workflows-model.ts",
|
|
22151
|
-
"line":
|
|
22292
|
+
"line": 411
|
|
22152
22293
|
},
|
|
22153
22294
|
"name": "include",
|
|
22154
22295
|
"optional": true,
|
|
@@ -22191,7 +22332,7 @@
|
|
|
22191
22332
|
"kind": "enum",
|
|
22192
22333
|
"locationInModule": {
|
|
22193
22334
|
"filename": "src/github/workflows-model.ts",
|
|
22194
|
-
"line":
|
|
22335
|
+
"line": 238
|
|
22195
22336
|
},
|
|
22196
22337
|
"members": [
|
|
22197
22338
|
{
|
|
@@ -22232,7 +22373,7 @@
|
|
|
22232
22373
|
"kind": "interface",
|
|
22233
22374
|
"locationInModule": {
|
|
22234
22375
|
"filename": "src/github/workflows-model.ts",
|
|
22235
|
-
"line":
|
|
22376
|
+
"line": 219
|
|
22236
22377
|
},
|
|
22237
22378
|
"name": "JobPermissions",
|
|
22238
22379
|
"namespace": "github.workflows",
|
|
@@ -22245,7 +22386,7 @@
|
|
|
22245
22386
|
"immutable": true,
|
|
22246
22387
|
"locationInModule": {
|
|
22247
22388
|
"filename": "src/github/workflows-model.ts",
|
|
22248
|
-
"line":
|
|
22389
|
+
"line": 220
|
|
22249
22390
|
},
|
|
22250
22391
|
"name": "actions",
|
|
22251
22392
|
"optional": true,
|
|
@@ -22261,7 +22402,7 @@
|
|
|
22261
22402
|
"immutable": true,
|
|
22262
22403
|
"locationInModule": {
|
|
22263
22404
|
"filename": "src/github/workflows-model.ts",
|
|
22264
|
-
"line":
|
|
22405
|
+
"line": 221
|
|
22265
22406
|
},
|
|
22266
22407
|
"name": "checks",
|
|
22267
22408
|
"optional": true,
|
|
@@ -22277,7 +22418,7 @@
|
|
|
22277
22418
|
"immutable": true,
|
|
22278
22419
|
"locationInModule": {
|
|
22279
22420
|
"filename": "src/github/workflows-model.ts",
|
|
22280
|
-
"line":
|
|
22421
|
+
"line": 222
|
|
22281
22422
|
},
|
|
22282
22423
|
"name": "contents",
|
|
22283
22424
|
"optional": true,
|
|
@@ -22293,7 +22434,7 @@
|
|
|
22293
22434
|
"immutable": true,
|
|
22294
22435
|
"locationInModule": {
|
|
22295
22436
|
"filename": "src/github/workflows-model.ts",
|
|
22296
|
-
"line":
|
|
22437
|
+
"line": 223
|
|
22297
22438
|
},
|
|
22298
22439
|
"name": "deployments",
|
|
22299
22440
|
"optional": true,
|
|
@@ -22309,7 +22450,7 @@
|
|
|
22309
22450
|
"immutable": true,
|
|
22310
22451
|
"locationInModule": {
|
|
22311
22452
|
"filename": "src/github/workflows-model.ts",
|
|
22312
|
-
"line":
|
|
22453
|
+
"line": 226
|
|
22313
22454
|
},
|
|
22314
22455
|
"name": "discussions",
|
|
22315
22456
|
"optional": true,
|
|
@@ -22325,7 +22466,7 @@
|
|
|
22325
22466
|
"immutable": true,
|
|
22326
22467
|
"locationInModule": {
|
|
22327
22468
|
"filename": "src/github/workflows-model.ts",
|
|
22328
|
-
"line":
|
|
22469
|
+
"line": 224
|
|
22329
22470
|
},
|
|
22330
22471
|
"name": "idToken",
|
|
22331
22472
|
"optional": true,
|
|
@@ -22341,7 +22482,7 @@
|
|
|
22341
22482
|
"immutable": true,
|
|
22342
22483
|
"locationInModule": {
|
|
22343
22484
|
"filename": "src/github/workflows-model.ts",
|
|
22344
|
-
"line":
|
|
22485
|
+
"line": 225
|
|
22345
22486
|
},
|
|
22346
22487
|
"name": "issues",
|
|
22347
22488
|
"optional": true,
|
|
@@ -22357,7 +22498,7 @@
|
|
|
22357
22498
|
"immutable": true,
|
|
22358
22499
|
"locationInModule": {
|
|
22359
22500
|
"filename": "src/github/workflows-model.ts",
|
|
22360
|
-
"line":
|
|
22501
|
+
"line": 227
|
|
22361
22502
|
},
|
|
22362
22503
|
"name": "packages",
|
|
22363
22504
|
"optional": true,
|
|
@@ -22373,7 +22514,7 @@
|
|
|
22373
22514
|
"immutable": true,
|
|
22374
22515
|
"locationInModule": {
|
|
22375
22516
|
"filename": "src/github/workflows-model.ts",
|
|
22376
|
-
"line":
|
|
22517
|
+
"line": 228
|
|
22377
22518
|
},
|
|
22378
22519
|
"name": "pages",
|
|
22379
22520
|
"optional": true,
|
|
@@ -22389,7 +22530,7 @@
|
|
|
22389
22530
|
"immutable": true,
|
|
22390
22531
|
"locationInModule": {
|
|
22391
22532
|
"filename": "src/github/workflows-model.ts",
|
|
22392
|
-
"line":
|
|
22533
|
+
"line": 229
|
|
22393
22534
|
},
|
|
22394
22535
|
"name": "pullRequests",
|
|
22395
22536
|
"optional": true,
|
|
@@ -22405,7 +22546,7 @@
|
|
|
22405
22546
|
"immutable": true,
|
|
22406
22547
|
"locationInModule": {
|
|
22407
22548
|
"filename": "src/github/workflows-model.ts",
|
|
22408
|
-
"line":
|
|
22549
|
+
"line": 230
|
|
22409
22550
|
},
|
|
22410
22551
|
"name": "repositoryProjects",
|
|
22411
22552
|
"optional": true,
|
|
@@ -22421,7 +22562,7 @@
|
|
|
22421
22562
|
"immutable": true,
|
|
22422
22563
|
"locationInModule": {
|
|
22423
22564
|
"filename": "src/github/workflows-model.ts",
|
|
22424
|
-
"line":
|
|
22565
|
+
"line": 231
|
|
22425
22566
|
},
|
|
22426
22567
|
"name": "securityEvents",
|
|
22427
22568
|
"optional": true,
|
|
@@ -22437,7 +22578,7 @@
|
|
|
22437
22578
|
"immutable": true,
|
|
22438
22579
|
"locationInModule": {
|
|
22439
22580
|
"filename": "src/github/workflows-model.ts",
|
|
22440
|
-
"line":
|
|
22581
|
+
"line": 232
|
|
22441
22582
|
},
|
|
22442
22583
|
"name": "statuses",
|
|
22443
22584
|
"optional": true,
|
|
@@ -22462,7 +22603,7 @@
|
|
|
22462
22603
|
"kind": "interface",
|
|
22463
22604
|
"locationInModule": {
|
|
22464
22605
|
"filename": "src/github/workflows-model.ts",
|
|
22465
|
-
"line":
|
|
22606
|
+
"line": 343
|
|
22466
22607
|
},
|
|
22467
22608
|
"name": "JobStep",
|
|
22468
22609
|
"namespace": "github.workflows",
|
|
@@ -22477,7 +22618,7 @@
|
|
|
22477
22618
|
"immutable": true,
|
|
22478
22619
|
"locationInModule": {
|
|
22479
22620
|
"filename": "src/github/workflows-model.ts",
|
|
22480
|
-
"line":
|
|
22621
|
+
"line": 348
|
|
22481
22622
|
},
|
|
22482
22623
|
"name": "continueOnError",
|
|
22483
22624
|
"optional": true,
|
|
@@ -22494,7 +22635,7 @@
|
|
|
22494
22635
|
"immutable": true,
|
|
22495
22636
|
"locationInModule": {
|
|
22496
22637
|
"filename": "src/github/workflows-model.ts",
|
|
22497
|
-
"line":
|
|
22638
|
+
"line": 353
|
|
22498
22639
|
},
|
|
22499
22640
|
"name": "timeoutMinutes",
|
|
22500
22641
|
"optional": true,
|
|
@@ -22516,7 +22657,7 @@
|
|
|
22516
22657
|
"kind": "interface",
|
|
22517
22658
|
"locationInModule": {
|
|
22518
22659
|
"filename": "src/github/workflows-model.ts",
|
|
22519
|
-
"line":
|
|
22660
|
+
"line": 252
|
|
22520
22661
|
},
|
|
22521
22662
|
"name": "JobStepOutput",
|
|
22522
22663
|
"namespace": "github.workflows",
|
|
@@ -22530,7 +22671,7 @@
|
|
|
22530
22671
|
"immutable": true,
|
|
22531
22672
|
"locationInModule": {
|
|
22532
22673
|
"filename": "src/github/workflows-model.ts",
|
|
22533
|
-
"line":
|
|
22674
|
+
"line": 261
|
|
22534
22675
|
},
|
|
22535
22676
|
"name": "outputName",
|
|
22536
22677
|
"type": {
|
|
@@ -22546,7 +22687,7 @@
|
|
|
22546
22687
|
"immutable": true,
|
|
22547
22688
|
"locationInModule": {
|
|
22548
22689
|
"filename": "src/github/workflows-model.ts",
|
|
22549
|
-
"line":
|
|
22690
|
+
"line": 256
|
|
22550
22691
|
},
|
|
22551
22692
|
"name": "stepId",
|
|
22552
22693
|
"type": {
|
|
@@ -22568,7 +22709,7 @@
|
|
|
22568
22709
|
"kind": "interface",
|
|
22569
22710
|
"locationInModule": {
|
|
22570
22711
|
"filename": "src/github/workflows-model.ts",
|
|
22571
|
-
"line":
|
|
22712
|
+
"line": 360
|
|
22572
22713
|
},
|
|
22573
22714
|
"name": "JobStrategy",
|
|
22574
22715
|
"namespace": "github.workflows",
|
|
@@ -22583,7 +22724,7 @@
|
|
|
22583
22724
|
"immutable": true,
|
|
22584
22725
|
"locationInModule": {
|
|
22585
22726
|
"filename": "src/github/workflows-model.ts",
|
|
22586
|
-
"line":
|
|
22727
|
+
"line": 378
|
|
22587
22728
|
},
|
|
22588
22729
|
"name": "failFast",
|
|
22589
22730
|
"optional": true,
|
|
@@ -22601,7 +22742,7 @@
|
|
|
22601
22742
|
"immutable": true,
|
|
22602
22743
|
"locationInModule": {
|
|
22603
22744
|
"filename": "src/github/workflows-model.ts",
|
|
22604
|
-
"line":
|
|
22745
|
+
"line": 372
|
|
22605
22746
|
},
|
|
22606
22747
|
"name": "matrix",
|
|
22607
22748
|
"optional": true,
|
|
@@ -22619,7 +22760,7 @@
|
|
|
22619
22760
|
"immutable": true,
|
|
22620
22761
|
"locationInModule": {
|
|
22621
22762
|
"filename": "src/github/workflows-model.ts",
|
|
22622
|
-
"line":
|
|
22763
|
+
"line": 386
|
|
22623
22764
|
},
|
|
22624
22765
|
"name": "maxParallel",
|
|
22625
22766
|
"optional": true,
|
|
@@ -22641,7 +22782,7 @@
|
|
|
22641
22782
|
"kind": "interface",
|
|
22642
22783
|
"locationInModule": {
|
|
22643
22784
|
"filename": "src/github/workflows-model.ts",
|
|
22644
|
-
"line":
|
|
22785
|
+
"line": 850
|
|
22645
22786
|
},
|
|
22646
22787
|
"name": "LabelOptions",
|
|
22647
22788
|
"namespace": "github.workflows",
|
|
@@ -22658,7 +22799,7 @@
|
|
|
22658
22799
|
"immutable": true,
|
|
22659
22800
|
"locationInModule": {
|
|
22660
22801
|
"filename": "src/github/workflows-model.ts",
|
|
22661
|
-
"line":
|
|
22802
|
+
"line": 856
|
|
22662
22803
|
},
|
|
22663
22804
|
"name": "types",
|
|
22664
22805
|
"optional": true,
|
|
@@ -22685,7 +22826,7 @@
|
|
|
22685
22826
|
"kind": "interface",
|
|
22686
22827
|
"locationInModule": {
|
|
22687
22828
|
"filename": "src/github/workflows-model.ts",
|
|
22688
|
-
"line":
|
|
22829
|
+
"line": 862
|
|
22689
22830
|
},
|
|
22690
22831
|
"name": "MilestoneOptions",
|
|
22691
22832
|
"namespace": "github.workflows",
|
|
@@ -22702,7 +22843,7 @@
|
|
|
22702
22843
|
"immutable": true,
|
|
22703
22844
|
"locationInModule": {
|
|
22704
22845
|
"filename": "src/github/workflows-model.ts",
|
|
22705
|
-
"line":
|
|
22846
|
+
"line": 868
|
|
22706
22847
|
},
|
|
22707
22848
|
"name": "types",
|
|
22708
22849
|
"optional": true,
|
|
@@ -22729,7 +22870,7 @@
|
|
|
22729
22870
|
"kind": "interface",
|
|
22730
22871
|
"locationInModule": {
|
|
22731
22872
|
"filename": "src/github/workflows-model.ts",
|
|
22732
|
-
"line":
|
|
22873
|
+
"line": 1140
|
|
22733
22874
|
},
|
|
22734
22875
|
"name": "PageBuildOptions",
|
|
22735
22876
|
"namespace": "github.workflows",
|
|
@@ -22746,7 +22887,7 @@
|
|
|
22746
22887
|
"kind": "interface",
|
|
22747
22888
|
"locationInModule": {
|
|
22748
22889
|
"filename": "src/github/workflows-model.ts",
|
|
22749
|
-
"line":
|
|
22890
|
+
"line": 890
|
|
22750
22891
|
},
|
|
22751
22892
|
"name": "ProjectCardOptions",
|
|
22752
22893
|
"namespace": "github.workflows",
|
|
@@ -22763,7 +22904,7 @@
|
|
|
22763
22904
|
"immutable": true,
|
|
22764
22905
|
"locationInModule": {
|
|
22765
22906
|
"filename": "src/github/workflows-model.ts",
|
|
22766
|
-
"line":
|
|
22907
|
+
"line": 896
|
|
22767
22908
|
},
|
|
22768
22909
|
"name": "types",
|
|
22769
22910
|
"optional": true,
|
|
@@ -22790,7 +22931,7 @@
|
|
|
22790
22931
|
"kind": "interface",
|
|
22791
22932
|
"locationInModule": {
|
|
22792
22933
|
"filename": "src/github/workflows-model.ts",
|
|
22793
|
-
"line":
|
|
22934
|
+
"line": 904
|
|
22794
22935
|
},
|
|
22795
22936
|
"name": "ProjectColumnOptions",
|
|
22796
22937
|
"namespace": "github.workflows",
|
|
@@ -22807,7 +22948,7 @@
|
|
|
22807
22948
|
"immutable": true,
|
|
22808
22949
|
"locationInModule": {
|
|
22809
22950
|
"filename": "src/github/workflows-model.ts",
|
|
22810
|
-
"line":
|
|
22951
|
+
"line": 910
|
|
22811
22952
|
},
|
|
22812
22953
|
"name": "types",
|
|
22813
22954
|
"optional": true,
|
|
@@ -22834,7 +22975,7 @@
|
|
|
22834
22975
|
"kind": "interface",
|
|
22835
22976
|
"locationInModule": {
|
|
22836
22977
|
"filename": "src/github/workflows-model.ts",
|
|
22837
|
-
"line":
|
|
22978
|
+
"line": 876
|
|
22838
22979
|
},
|
|
22839
22980
|
"name": "ProjectOptions",
|
|
22840
22981
|
"namespace": "github.workflows",
|
|
@@ -22851,7 +22992,7 @@
|
|
|
22851
22992
|
"immutable": true,
|
|
22852
22993
|
"locationInModule": {
|
|
22853
22994
|
"filename": "src/github/workflows-model.ts",
|
|
22854
|
-
"line":
|
|
22995
|
+
"line": 882
|
|
22855
22996
|
},
|
|
22856
22997
|
"name": "types",
|
|
22857
22998
|
"optional": true,
|
|
@@ -22878,7 +23019,7 @@
|
|
|
22878
23019
|
"kind": "interface",
|
|
22879
23020
|
"locationInModule": {
|
|
22880
23021
|
"filename": "src/github/workflows-model.ts",
|
|
22881
|
-
"line":
|
|
23022
|
+
"line": 1145
|
|
22882
23023
|
},
|
|
22883
23024
|
"name": "PublicOptions",
|
|
22884
23025
|
"namespace": "github.workflows",
|
|
@@ -22895,7 +23036,7 @@
|
|
|
22895
23036
|
"kind": "interface",
|
|
22896
23037
|
"locationInModule": {
|
|
22897
23038
|
"filename": "src/github/workflows-model.ts",
|
|
22898
|
-
"line":
|
|
23039
|
+
"line": 916
|
|
22899
23040
|
},
|
|
22900
23041
|
"name": "PullRequestOptions",
|
|
22901
23042
|
"namespace": "github.workflows",
|
|
@@ -22912,7 +23053,7 @@
|
|
|
22912
23053
|
"immutable": true,
|
|
22913
23054
|
"locationInModule": {
|
|
22914
23055
|
"filename": "src/github/workflows-model.ts",
|
|
22915
|
-
"line":
|
|
23056
|
+
"line": 922
|
|
22916
23057
|
},
|
|
22917
23058
|
"name": "types",
|
|
22918
23059
|
"optional": true,
|
|
@@ -22939,7 +23080,7 @@
|
|
|
22939
23080
|
"kind": "interface",
|
|
22940
23081
|
"locationInModule": {
|
|
22941
23082
|
"filename": "src/github/workflows-model.ts",
|
|
22942
|
-
"line":
|
|
23083
|
+
"line": 955
|
|
22943
23084
|
},
|
|
22944
23085
|
"name": "PullRequestReviewCommentOptions",
|
|
22945
23086
|
"namespace": "github.workflows",
|
|
@@ -22956,7 +23097,7 @@
|
|
|
22956
23097
|
"immutable": true,
|
|
22957
23098
|
"locationInModule": {
|
|
22958
23099
|
"filename": "src/github/workflows-model.ts",
|
|
22959
|
-
"line":
|
|
23100
|
+
"line": 961
|
|
22960
23101
|
},
|
|
22961
23102
|
"name": "types",
|
|
22962
23103
|
"optional": true,
|
|
@@ -22983,7 +23124,7 @@
|
|
|
22983
23124
|
"kind": "interface",
|
|
22984
23125
|
"locationInModule": {
|
|
22985
23126
|
"filename": "src/github/workflows-model.ts",
|
|
22986
|
-
"line":
|
|
23127
|
+
"line": 943
|
|
22987
23128
|
},
|
|
22988
23129
|
"name": "PullRequestReviewOptions",
|
|
22989
23130
|
"namespace": "github.workflows",
|
|
@@ -23000,7 +23141,7 @@
|
|
|
23000
23141
|
"immutable": true,
|
|
23001
23142
|
"locationInModule": {
|
|
23002
23143
|
"filename": "src/github/workflows-model.ts",
|
|
23003
|
-
"line":
|
|
23144
|
+
"line": 949
|
|
23004
23145
|
},
|
|
23005
23146
|
"name": "types",
|
|
23006
23147
|
"optional": true,
|
|
@@ -23030,7 +23171,7 @@
|
|
|
23030
23171
|
"kind": "interface",
|
|
23031
23172
|
"locationInModule": {
|
|
23032
23173
|
"filename": "src/github/workflows-model.ts",
|
|
23033
|
-
"line":
|
|
23174
|
+
"line": 967
|
|
23034
23175
|
},
|
|
23035
23176
|
"name": "PullRequestTargetOptions",
|
|
23036
23177
|
"namespace": "github.workflows",
|
|
@@ -23047,7 +23188,7 @@
|
|
|
23047
23188
|
"immutable": true,
|
|
23048
23189
|
"locationInModule": {
|
|
23049
23190
|
"filename": "src/github/workflows-model.ts",
|
|
23050
|
-
"line":
|
|
23191
|
+
"line": 973
|
|
23051
23192
|
},
|
|
23052
23193
|
"name": "types",
|
|
23053
23194
|
"optional": true,
|
|
@@ -23074,7 +23215,7 @@
|
|
|
23074
23215
|
"kind": "interface",
|
|
23075
23216
|
"locationInModule": {
|
|
23076
23217
|
"filename": "src/github/workflows-model.ts",
|
|
23077
|
-
"line":
|
|
23218
|
+
"line": 994
|
|
23078
23219
|
},
|
|
23079
23220
|
"name": "PushOptions",
|
|
23080
23221
|
"namespace": "github.workflows",
|
|
@@ -23090,7 +23231,7 @@
|
|
|
23090
23231
|
"immutable": true,
|
|
23091
23232
|
"locationInModule": {
|
|
23092
23233
|
"filename": "src/github/workflows-model.ts",
|
|
23093
|
-
"line":
|
|
23234
|
+
"line": 1004
|
|
23094
23235
|
},
|
|
23095
23236
|
"name": "branches",
|
|
23096
23237
|
"optional": true,
|
|
@@ -23114,7 +23255,7 @@
|
|
|
23114
23255
|
"immutable": true,
|
|
23115
23256
|
"locationInModule": {
|
|
23116
23257
|
"filename": "src/github/workflows-model.ts",
|
|
23117
|
-
"line":
|
|
23258
|
+
"line": 1025
|
|
23118
23259
|
},
|
|
23119
23260
|
"name": "paths",
|
|
23120
23261
|
"optional": true,
|
|
@@ -23138,7 +23279,7 @@
|
|
|
23138
23279
|
"immutable": true,
|
|
23139
23280
|
"locationInModule": {
|
|
23140
23281
|
"filename": "src/github/workflows-model.ts",
|
|
23141
|
-
"line":
|
|
23282
|
+
"line": 1015
|
|
23142
23283
|
},
|
|
23143
23284
|
"name": "tags",
|
|
23144
23285
|
"optional": true,
|
|
@@ -23165,7 +23306,7 @@
|
|
|
23165
23306
|
"kind": "interface",
|
|
23166
23307
|
"locationInModule": {
|
|
23167
23308
|
"filename": "src/github/workflows-model.ts",
|
|
23168
|
-
"line":
|
|
23309
|
+
"line": 1031
|
|
23169
23310
|
},
|
|
23170
23311
|
"name": "RegistryPackageOptions",
|
|
23171
23312
|
"namespace": "github.workflows",
|
|
@@ -23182,7 +23323,7 @@
|
|
|
23182
23323
|
"immutable": true,
|
|
23183
23324
|
"locationInModule": {
|
|
23184
23325
|
"filename": "src/github/workflows-model.ts",
|
|
23185
|
-
"line":
|
|
23326
|
+
"line": 1037
|
|
23186
23327
|
},
|
|
23187
23328
|
"name": "types",
|
|
23188
23329
|
"optional": true,
|
|
@@ -23209,7 +23350,7 @@
|
|
|
23209
23350
|
"kind": "interface",
|
|
23210
23351
|
"locationInModule": {
|
|
23211
23352
|
"filename": "src/github/workflows-model.ts",
|
|
23212
|
-
"line":
|
|
23353
|
+
"line": 1043
|
|
23213
23354
|
},
|
|
23214
23355
|
"name": "ReleaseOptions",
|
|
23215
23356
|
"namespace": "github.workflows",
|
|
@@ -23226,7 +23367,7 @@
|
|
|
23226
23367
|
"immutable": true,
|
|
23227
23368
|
"locationInModule": {
|
|
23228
23369
|
"filename": "src/github/workflows-model.ts",
|
|
23229
|
-
"line":
|
|
23370
|
+
"line": 1049
|
|
23230
23371
|
},
|
|
23231
23372
|
"name": "types",
|
|
23232
23373
|
"optional": true,
|
|
@@ -23253,7 +23394,7 @@
|
|
|
23253
23394
|
"kind": "interface",
|
|
23254
23395
|
"locationInModule": {
|
|
23255
23396
|
"filename": "src/github/workflows-model.ts",
|
|
23256
|
-
"line":
|
|
23397
|
+
"line": 722
|
|
23257
23398
|
},
|
|
23258
23399
|
"name": "RepositoryDispatchOptions",
|
|
23259
23400
|
"namespace": "github.workflows",
|
|
@@ -23270,7 +23411,7 @@
|
|
|
23270
23411
|
"immutable": true,
|
|
23271
23412
|
"locationInModule": {
|
|
23272
23413
|
"filename": "src/github/workflows-model.ts",
|
|
23273
|
-
"line":
|
|
23414
|
+
"line": 728
|
|
23274
23415
|
},
|
|
23275
23416
|
"name": "types",
|
|
23276
23417
|
"optional": true,
|
|
@@ -23297,7 +23438,7 @@
|
|
|
23297
23438
|
"kind": "interface",
|
|
23298
23439
|
"locationInModule": {
|
|
23299
23440
|
"filename": "src/github/workflows-model.ts",
|
|
23300
|
-
"line":
|
|
23441
|
+
"line": 275
|
|
23301
23442
|
},
|
|
23302
23443
|
"name": "RunSettings",
|
|
23303
23444
|
"namespace": "github.workflows",
|
|
@@ -23312,7 +23453,7 @@
|
|
|
23312
23453
|
"immutable": true,
|
|
23313
23454
|
"locationInModule": {
|
|
23314
23455
|
"filename": "src/github/workflows-model.ts",
|
|
23315
|
-
"line":
|
|
23456
|
+
"line": 281
|
|
23316
23457
|
},
|
|
23317
23458
|
"name": "shell",
|
|
23318
23459
|
"optional": true,
|
|
@@ -23329,7 +23470,7 @@
|
|
|
23329
23470
|
"immutable": true,
|
|
23330
23471
|
"locationInModule": {
|
|
23331
23472
|
"filename": "src/github/workflows-model.ts",
|
|
23332
|
-
"line":
|
|
23473
|
+
"line": 286
|
|
23333
23474
|
},
|
|
23334
23475
|
"name": "workingDirectory",
|
|
23335
23476
|
"optional": true,
|
|
@@ -23351,7 +23492,7 @@
|
|
|
23351
23492
|
"kind": "interface",
|
|
23352
23493
|
"locationInModule": {
|
|
23353
23494
|
"filename": "src/github/workflows-model.ts",
|
|
23354
|
-
"line":
|
|
23495
|
+
"line": 1150
|
|
23355
23496
|
},
|
|
23356
23497
|
"name": "StatusOptions",
|
|
23357
23498
|
"namespace": "github.workflows",
|
|
@@ -23368,7 +23509,7 @@
|
|
|
23368
23509
|
"kind": "interface",
|
|
23369
23510
|
"locationInModule": {
|
|
23370
23511
|
"filename": "src/github/workflows-model.ts",
|
|
23371
|
-
"line":
|
|
23512
|
+
"line": 292
|
|
23372
23513
|
},
|
|
23373
23514
|
"name": "Step",
|
|
23374
23515
|
"namespace": "github.workflows",
|
|
@@ -23383,7 +23524,7 @@
|
|
|
23383
23524
|
"immutable": true,
|
|
23384
23525
|
"locationInModule": {
|
|
23385
23526
|
"filename": "src/github/workflows-model.ts",
|
|
23386
|
-
"line":
|
|
23527
|
+
"line": 337
|
|
23387
23528
|
},
|
|
23388
23529
|
"name": "env",
|
|
23389
23530
|
"optional": true,
|
|
@@ -23406,7 +23547,7 @@
|
|
|
23406
23547
|
"immutable": true,
|
|
23407
23548
|
"locationInModule": {
|
|
23408
23549
|
"filename": "src/github/workflows-model.ts",
|
|
23409
|
-
"line":
|
|
23550
|
+
"line": 297
|
|
23410
23551
|
},
|
|
23411
23552
|
"name": "id",
|
|
23412
23553
|
"optional": true,
|
|
@@ -23424,7 +23565,7 @@
|
|
|
23424
23565
|
"immutable": true,
|
|
23425
23566
|
"locationInModule": {
|
|
23426
23567
|
"filename": "src/github/workflows-model.ts",
|
|
23427
|
-
"line":
|
|
23568
|
+
"line": 304
|
|
23428
23569
|
},
|
|
23429
23570
|
"name": "if",
|
|
23430
23571
|
"optional": true,
|
|
@@ -23441,7 +23582,7 @@
|
|
|
23441
23582
|
"immutable": true,
|
|
23442
23583
|
"locationInModule": {
|
|
23443
23584
|
"filename": "src/github/workflows-model.ts",
|
|
23444
|
-
"line":
|
|
23585
|
+
"line": 309
|
|
23445
23586
|
},
|
|
23446
23587
|
"name": "name",
|
|
23447
23588
|
"optional": true,
|
|
@@ -23459,7 +23600,7 @@
|
|
|
23459
23600
|
"immutable": true,
|
|
23460
23601
|
"locationInModule": {
|
|
23461
23602
|
"filename": "src/github/workflows-model.ts",
|
|
23462
|
-
"line":
|
|
23603
|
+
"line": 324
|
|
23463
23604
|
},
|
|
23464
23605
|
"name": "run",
|
|
23465
23606
|
"optional": true,
|
|
@@ -23477,7 +23618,7 @@
|
|
|
23477
23618
|
"immutable": true,
|
|
23478
23619
|
"locationInModule": {
|
|
23479
23620
|
"filename": "src/github/workflows-model.ts",
|
|
23480
|
-
"line":
|
|
23621
|
+
"line": 317
|
|
23481
23622
|
},
|
|
23482
23623
|
"name": "uses",
|
|
23483
23624
|
"optional": true,
|
|
@@ -23495,7 +23636,7 @@
|
|
|
23495
23636
|
"immutable": true,
|
|
23496
23637
|
"locationInModule": {
|
|
23497
23638
|
"filename": "src/github/workflows-model.ts",
|
|
23498
|
-
"line":
|
|
23639
|
+
"line": 331
|
|
23499
23640
|
},
|
|
23500
23641
|
"name": "with",
|
|
23501
23642
|
"optional": true,
|
|
@@ -23522,7 +23663,7 @@
|
|
|
23522
23663
|
"kind": "interface",
|
|
23523
23664
|
"locationInModule": {
|
|
23524
23665
|
"filename": "src/github/workflows-model.ts",
|
|
23525
|
-
"line":
|
|
23666
|
+
"line": 209
|
|
23526
23667
|
},
|
|
23527
23668
|
"name": "ToolRequirement",
|
|
23528
23669
|
"namespace": "github.workflows",
|
|
@@ -23535,7 +23676,7 @@
|
|
|
23535
23676
|
"immutable": true,
|
|
23536
23677
|
"locationInModule": {
|
|
23537
23678
|
"filename": "src/github/workflows-model.ts",
|
|
23538
|
-
"line":
|
|
23679
|
+
"line": 210
|
|
23539
23680
|
},
|
|
23540
23681
|
"name": "version",
|
|
23541
23682
|
"type": {
|
|
@@ -23556,7 +23697,7 @@
|
|
|
23556
23697
|
"kind": "interface",
|
|
23557
23698
|
"locationInModule": {
|
|
23558
23699
|
"filename": "src/github/workflows-model.ts",
|
|
23559
|
-
"line":
|
|
23700
|
+
"line": 174
|
|
23560
23701
|
},
|
|
23561
23702
|
"name": "Tools",
|
|
23562
23703
|
"namespace": "github.workflows",
|
|
@@ -23571,7 +23712,7 @@
|
|
|
23571
23712
|
"immutable": true,
|
|
23572
23713
|
"locationInModule": {
|
|
23573
23714
|
"filename": "src/github/workflows-model.ts",
|
|
23574
|
-
"line":
|
|
23715
|
+
"line": 203
|
|
23575
23716
|
},
|
|
23576
23717
|
"name": "dotnet",
|
|
23577
23718
|
"optional": true,
|
|
@@ -23589,7 +23730,7 @@
|
|
|
23589
23730
|
"immutable": true,
|
|
23590
23731
|
"locationInModule": {
|
|
23591
23732
|
"filename": "src/github/workflows-model.ts",
|
|
23592
|
-
"line":
|
|
23733
|
+
"line": 191
|
|
23593
23734
|
},
|
|
23594
23735
|
"name": "go",
|
|
23595
23736
|
"optional": true,
|
|
@@ -23607,7 +23748,7 @@
|
|
|
23607
23748
|
"immutable": true,
|
|
23608
23749
|
"locationInModule": {
|
|
23609
23750
|
"filename": "src/github/workflows-model.ts",
|
|
23610
|
-
"line":
|
|
23751
|
+
"line": 179
|
|
23611
23752
|
},
|
|
23612
23753
|
"name": "java",
|
|
23613
23754
|
"optional": true,
|
|
@@ -23625,7 +23766,7 @@
|
|
|
23625
23766
|
"immutable": true,
|
|
23626
23767
|
"locationInModule": {
|
|
23627
23768
|
"filename": "src/github/workflows-model.ts",
|
|
23628
|
-
"line":
|
|
23769
|
+
"line": 197
|
|
23629
23770
|
},
|
|
23630
23771
|
"name": "node",
|
|
23631
23772
|
"optional": true,
|
|
@@ -23643,7 +23784,7 @@
|
|
|
23643
23784
|
"immutable": true,
|
|
23644
23785
|
"locationInModule": {
|
|
23645
23786
|
"filename": "src/github/workflows-model.ts",
|
|
23646
|
-
"line":
|
|
23787
|
+
"line": 185
|
|
23647
23788
|
},
|
|
23648
23789
|
"name": "python",
|
|
23649
23790
|
"optional": true,
|
|
@@ -23666,7 +23807,7 @@
|
|
|
23666
23807
|
"kind": "interface",
|
|
23667
23808
|
"locationInModule": {
|
|
23668
23809
|
"filename": "src/github/workflows-model.ts",
|
|
23669
|
-
"line":
|
|
23810
|
+
"line": 484
|
|
23670
23811
|
},
|
|
23671
23812
|
"name": "Triggers",
|
|
23672
23813
|
"namespace": "github.workflows",
|
|
@@ -23680,7 +23821,7 @@
|
|
|
23680
23821
|
"immutable": true,
|
|
23681
23822
|
"locationInModule": {
|
|
23682
23823
|
"filename": "src/github/workflows-model.ts",
|
|
23683
|
-
"line":
|
|
23824
|
+
"line": 526
|
|
23684
23825
|
},
|
|
23685
23826
|
"name": "branchProtectionRule",
|
|
23686
23827
|
"optional": true,
|
|
@@ -23697,7 +23838,7 @@
|
|
|
23697
23838
|
"immutable": true,
|
|
23698
23839
|
"locationInModule": {
|
|
23699
23840
|
"filename": "src/github/workflows-model.ts",
|
|
23700
|
-
"line":
|
|
23841
|
+
"line": 531
|
|
23701
23842
|
},
|
|
23702
23843
|
"name": "checkRun",
|
|
23703
23844
|
"optional": true,
|
|
@@ -23714,7 +23855,7 @@
|
|
|
23714
23855
|
"immutable": true,
|
|
23715
23856
|
"locationInModule": {
|
|
23716
23857
|
"filename": "src/github/workflows-model.ts",
|
|
23717
|
-
"line":
|
|
23858
|
+
"line": 536
|
|
23718
23859
|
},
|
|
23719
23860
|
"name": "checkSuite",
|
|
23720
23861
|
"optional": true,
|
|
@@ -23731,7 +23872,7 @@
|
|
|
23731
23872
|
"immutable": true,
|
|
23732
23873
|
"locationInModule": {
|
|
23733
23874
|
"filename": "src/github/workflows-model.ts",
|
|
23734
|
-
"line":
|
|
23875
|
+
"line": 542
|
|
23735
23876
|
},
|
|
23736
23877
|
"name": "create",
|
|
23737
23878
|
"optional": true,
|
|
@@ -23748,7 +23889,7 @@
|
|
|
23748
23889
|
"immutable": true,
|
|
23749
23890
|
"locationInModule": {
|
|
23750
23891
|
"filename": "src/github/workflows-model.ts",
|
|
23751
|
-
"line":
|
|
23892
|
+
"line": 548
|
|
23752
23893
|
},
|
|
23753
23894
|
"name": "delete",
|
|
23754
23895
|
"optional": true,
|
|
@@ -23766,7 +23907,7 @@
|
|
|
23766
23907
|
"immutable": true,
|
|
23767
23908
|
"locationInModule": {
|
|
23768
23909
|
"filename": "src/github/workflows-model.ts",
|
|
23769
|
-
"line":
|
|
23910
|
+
"line": 555
|
|
23770
23911
|
},
|
|
23771
23912
|
"name": "deployment",
|
|
23772
23913
|
"optional": true,
|
|
@@ -23784,7 +23925,7 @@
|
|
|
23784
23925
|
"immutable": true,
|
|
23785
23926
|
"locationInModule": {
|
|
23786
23927
|
"filename": "src/github/workflows-model.ts",
|
|
23787
|
-
"line":
|
|
23928
|
+
"line": 562
|
|
23788
23929
|
},
|
|
23789
23930
|
"name": "deploymentStatus",
|
|
23790
23931
|
"optional": true,
|
|
@@ -23803,7 +23944,7 @@
|
|
|
23803
23944
|
"immutable": true,
|
|
23804
23945
|
"locationInModule": {
|
|
23805
23946
|
"filename": "src/github/workflows-model.ts",
|
|
23806
|
-
"line":
|
|
23947
|
+
"line": 568
|
|
23807
23948
|
},
|
|
23808
23949
|
"name": "discussion",
|
|
23809
23950
|
"optional": true,
|
|
@@ -23822,7 +23963,7 @@
|
|
|
23822
23963
|
"immutable": true,
|
|
23823
23964
|
"locationInModule": {
|
|
23824
23965
|
"filename": "src/github/workflows-model.ts",
|
|
23825
|
-
"line":
|
|
23966
|
+
"line": 574
|
|
23826
23967
|
},
|
|
23827
23968
|
"name": "discussionComment",
|
|
23828
23969
|
"optional": true,
|
|
@@ -23839,7 +23980,7 @@
|
|
|
23839
23980
|
"immutable": true,
|
|
23840
23981
|
"locationInModule": {
|
|
23841
23982
|
"filename": "src/github/workflows-model.ts",
|
|
23842
|
-
"line":
|
|
23983
|
+
"line": 580
|
|
23843
23984
|
},
|
|
23844
23985
|
"name": "fork",
|
|
23845
23986
|
"optional": true,
|
|
@@ -23856,7 +23997,7 @@
|
|
|
23856
23997
|
"immutable": true,
|
|
23857
23998
|
"locationInModule": {
|
|
23858
23999
|
"filename": "src/github/workflows-model.ts",
|
|
23859
|
-
"line":
|
|
24000
|
+
"line": 586
|
|
23860
24001
|
},
|
|
23861
24002
|
"name": "gollum",
|
|
23862
24003
|
"optional": true,
|
|
@@ -23873,7 +24014,7 @@
|
|
|
23873
24014
|
"immutable": true,
|
|
23874
24015
|
"locationInModule": {
|
|
23875
24016
|
"filename": "src/github/workflows-model.ts",
|
|
23876
|
-
"line":
|
|
24017
|
+
"line": 591
|
|
23877
24018
|
},
|
|
23878
24019
|
"name": "issueComment",
|
|
23879
24020
|
"optional": true,
|
|
@@ -23890,7 +24031,7 @@
|
|
|
23890
24031
|
"immutable": true,
|
|
23891
24032
|
"locationInModule": {
|
|
23892
24033
|
"filename": "src/github/workflows-model.ts",
|
|
23893
|
-
"line":
|
|
24034
|
+
"line": 596
|
|
23894
24035
|
},
|
|
23895
24036
|
"name": "issues",
|
|
23896
24037
|
"optional": true,
|
|
@@ -23907,7 +24048,7 @@
|
|
|
23907
24048
|
"immutable": true,
|
|
23908
24049
|
"locationInModule": {
|
|
23909
24050
|
"filename": "src/github/workflows-model.ts",
|
|
23910
|
-
"line":
|
|
24051
|
+
"line": 601
|
|
23911
24052
|
},
|
|
23912
24053
|
"name": "label",
|
|
23913
24054
|
"optional": true,
|
|
@@ -23924,7 +24065,7 @@
|
|
|
23924
24065
|
"immutable": true,
|
|
23925
24066
|
"locationInModule": {
|
|
23926
24067
|
"filename": "src/github/workflows-model.ts",
|
|
23927
|
-
"line":
|
|
24068
|
+
"line": 606
|
|
23928
24069
|
},
|
|
23929
24070
|
"name": "milestone",
|
|
23930
24071
|
"optional": true,
|
|
@@ -23941,7 +24082,7 @@
|
|
|
23941
24082
|
"immutable": true,
|
|
23942
24083
|
"locationInModule": {
|
|
23943
24084
|
"filename": "src/github/workflows-model.ts",
|
|
23944
|
-
"line":
|
|
24085
|
+
"line": 612
|
|
23945
24086
|
},
|
|
23946
24087
|
"name": "pageBuild",
|
|
23947
24088
|
"optional": true,
|
|
@@ -23958,7 +24099,7 @@
|
|
|
23958
24099
|
"immutable": true,
|
|
23959
24100
|
"locationInModule": {
|
|
23960
24101
|
"filename": "src/github/workflows-model.ts",
|
|
23961
|
-
"line":
|
|
24102
|
+
"line": 617
|
|
23962
24103
|
},
|
|
23963
24104
|
"name": "project",
|
|
23964
24105
|
"optional": true,
|
|
@@ -23975,7 +24116,7 @@
|
|
|
23975
24116
|
"immutable": true,
|
|
23976
24117
|
"locationInModule": {
|
|
23977
24118
|
"filename": "src/github/workflows-model.ts",
|
|
23978
|
-
"line":
|
|
24119
|
+
"line": 622
|
|
23979
24120
|
},
|
|
23980
24121
|
"name": "projectCard",
|
|
23981
24122
|
"optional": true,
|
|
@@ -23992,7 +24133,7 @@
|
|
|
23992
24133
|
"immutable": true,
|
|
23993
24134
|
"locationInModule": {
|
|
23994
24135
|
"filename": "src/github/workflows-model.ts",
|
|
23995
|
-
"line":
|
|
24136
|
+
"line": 627
|
|
23996
24137
|
},
|
|
23997
24138
|
"name": "projectColumn",
|
|
23998
24139
|
"optional": true,
|
|
@@ -24009,7 +24150,7 @@
|
|
|
24009
24150
|
"immutable": true,
|
|
24010
24151
|
"locationInModule": {
|
|
24011
24152
|
"filename": "src/github/workflows-model.ts",
|
|
24012
|
-
"line":
|
|
24153
|
+
"line": 633
|
|
24013
24154
|
},
|
|
24014
24155
|
"name": "public",
|
|
24015
24156
|
"optional": true,
|
|
@@ -24026,7 +24167,7 @@
|
|
|
24026
24167
|
"immutable": true,
|
|
24027
24168
|
"locationInModule": {
|
|
24028
24169
|
"filename": "src/github/workflows-model.ts",
|
|
24029
|
-
"line":
|
|
24170
|
+
"line": 638
|
|
24030
24171
|
},
|
|
24031
24172
|
"name": "pullRequest",
|
|
24032
24173
|
"optional": true,
|
|
@@ -24043,7 +24184,7 @@
|
|
|
24043
24184
|
"immutable": true,
|
|
24044
24185
|
"locationInModule": {
|
|
24045
24186
|
"filename": "src/github/workflows-model.ts",
|
|
24046
|
-
"line":
|
|
24187
|
+
"line": 643
|
|
24047
24188
|
},
|
|
24048
24189
|
"name": "pullRequestReview",
|
|
24049
24190
|
"optional": true,
|
|
@@ -24060,7 +24201,7 @@
|
|
|
24060
24201
|
"immutable": true,
|
|
24061
24202
|
"locationInModule": {
|
|
24062
24203
|
"filename": "src/github/workflows-model.ts",
|
|
24063
|
-
"line":
|
|
24204
|
+
"line": 649
|
|
24064
24205
|
},
|
|
24065
24206
|
"name": "pullRequestReviewComment",
|
|
24066
24207
|
"optional": true,
|
|
@@ -24079,7 +24220,7 @@
|
|
|
24079
24220
|
"immutable": true,
|
|
24080
24221
|
"locationInModule": {
|
|
24081
24222
|
"filename": "src/github/workflows-model.ts",
|
|
24082
|
-
"line":
|
|
24223
|
+
"line": 670
|
|
24083
24224
|
},
|
|
24084
24225
|
"name": "pullRequestTarget",
|
|
24085
24226
|
"optional": true,
|
|
@@ -24096,7 +24237,7 @@
|
|
|
24096
24237
|
"immutable": true,
|
|
24097
24238
|
"locationInModule": {
|
|
24098
24239
|
"filename": "src/github/workflows-model.ts",
|
|
24099
|
-
"line":
|
|
24240
|
+
"line": 676
|
|
24100
24241
|
},
|
|
24101
24242
|
"name": "push",
|
|
24102
24243
|
"optional": true,
|
|
@@ -24113,7 +24254,7 @@
|
|
|
24113
24254
|
"immutable": true,
|
|
24114
24255
|
"locationInModule": {
|
|
24115
24256
|
"filename": "src/github/workflows-model.ts",
|
|
24116
|
-
"line":
|
|
24257
|
+
"line": 681
|
|
24117
24258
|
},
|
|
24118
24259
|
"name": "registryPackage",
|
|
24119
24260
|
"optional": true,
|
|
@@ -24130,7 +24271,7 @@
|
|
|
24130
24271
|
"immutable": true,
|
|
24131
24272
|
"locationInModule": {
|
|
24132
24273
|
"filename": "src/github/workflows-model.ts",
|
|
24133
|
-
"line":
|
|
24274
|
+
"line": 686
|
|
24134
24275
|
},
|
|
24135
24276
|
"name": "release",
|
|
24136
24277
|
"optional": true,
|
|
@@ -24147,7 +24288,7 @@
|
|
|
24147
24288
|
"immutable": true,
|
|
24148
24289
|
"locationInModule": {
|
|
24149
24290
|
"filename": "src/github/workflows-model.ts",
|
|
24150
|
-
"line":
|
|
24291
|
+
"line": 511
|
|
24151
24292
|
},
|
|
24152
24293
|
"name": "repositoryDispatch",
|
|
24153
24294
|
"optional": true,
|
|
@@ -24166,7 +24307,7 @@
|
|
|
24166
24307
|
"immutable": true,
|
|
24167
24308
|
"locationInModule": {
|
|
24168
24309
|
"filename": "src/github/workflows-model.ts",
|
|
24169
|
-
"line":
|
|
24310
|
+
"line": 494
|
|
24170
24311
|
},
|
|
24171
24312
|
"name": "schedule",
|
|
24172
24313
|
"optional": true,
|
|
@@ -24188,7 +24329,7 @@
|
|
|
24188
24329
|
"immutable": true,
|
|
24189
24330
|
"locationInModule": {
|
|
24190
24331
|
"filename": "src/github/workflows-model.ts",
|
|
24191
|
-
"line":
|
|
24332
|
+
"line": 692
|
|
24192
24333
|
},
|
|
24193
24334
|
"name": "status",
|
|
24194
24335
|
"optional": true,
|
|
@@ -24205,7 +24346,7 @@
|
|
|
24205
24346
|
"immutable": true,
|
|
24206
24347
|
"locationInModule": {
|
|
24207
24348
|
"filename": "src/github/workflows-model.ts",
|
|
24208
|
-
"line":
|
|
24349
|
+
"line": 697
|
|
24209
24350
|
},
|
|
24210
24351
|
"name": "watch",
|
|
24211
24352
|
"optional": true,
|
|
@@ -24223,7 +24364,7 @@
|
|
|
24223
24364
|
"immutable": true,
|
|
24224
24365
|
"locationInModule": {
|
|
24225
24366
|
"filename": "src/github/workflows-model.ts",
|
|
24226
|
-
"line":
|
|
24367
|
+
"line": 519
|
|
24227
24368
|
},
|
|
24228
24369
|
"name": "workflowCall",
|
|
24229
24370
|
"optional": true,
|
|
@@ -24241,7 +24382,7 @@
|
|
|
24241
24382
|
"immutable": true,
|
|
24242
24383
|
"locationInModule": {
|
|
24243
24384
|
"filename": "src/github/workflows-model.ts",
|
|
24244
|
-
"line":
|
|
24385
|
+
"line": 504
|
|
24245
24386
|
},
|
|
24246
24387
|
"name": "workflowDispatch",
|
|
24247
24388
|
"optional": true,
|
|
@@ -24259,7 +24400,7 @@
|
|
|
24259
24400
|
"immutable": true,
|
|
24260
24401
|
"locationInModule": {
|
|
24261
24402
|
"filename": "src/github/workflows-model.ts",
|
|
24262
|
-
"line":
|
|
24403
|
+
"line": 705
|
|
24263
24404
|
},
|
|
24264
24405
|
"name": "workflowRun",
|
|
24265
24406
|
"optional": true,
|
|
@@ -24281,7 +24422,7 @@
|
|
|
24281
24422
|
"kind": "interface",
|
|
24282
24423
|
"locationInModule": {
|
|
24283
24424
|
"filename": "src/github/workflows-model.ts",
|
|
24284
|
-
"line":
|
|
24425
|
+
"line": 1063
|
|
24285
24426
|
},
|
|
24286
24427
|
"name": "WatchOptions",
|
|
24287
24428
|
"namespace": "github.workflows",
|
|
@@ -24298,7 +24439,7 @@
|
|
|
24298
24439
|
"immutable": true,
|
|
24299
24440
|
"locationInModule": {
|
|
24300
24441
|
"filename": "src/github/workflows-model.ts",
|
|
24301
|
-
"line":
|
|
24442
|
+
"line": 1069
|
|
24302
24443
|
},
|
|
24303
24444
|
"name": "types",
|
|
24304
24445
|
"optional": true,
|
|
@@ -24325,7 +24466,7 @@
|
|
|
24325
24466
|
"kind": "interface",
|
|
24326
24467
|
"locationInModule": {
|
|
24327
24468
|
"filename": "src/github/workflows-model.ts",
|
|
24328
|
-
"line":
|
|
24469
|
+
"line": 1105
|
|
24329
24470
|
},
|
|
24330
24471
|
"name": "WorkflowCallOptions",
|
|
24331
24472
|
"namespace": "github.workflows",
|
|
@@ -24342,7 +24483,7 @@
|
|
|
24342
24483
|
"kind": "interface",
|
|
24343
24484
|
"locationInModule": {
|
|
24344
24485
|
"filename": "src/github/workflows-model.ts",
|
|
24345
|
-
"line":
|
|
24486
|
+
"line": 1100
|
|
24346
24487
|
},
|
|
24347
24488
|
"name": "WorkflowDispatchOptions",
|
|
24348
24489
|
"namespace": "github.workflows",
|
|
@@ -24359,7 +24500,7 @@
|
|
|
24359
24500
|
"kind": "interface",
|
|
24360
24501
|
"locationInModule": {
|
|
24361
24502
|
"filename": "src/github/workflows-model.ts",
|
|
24362
|
-
"line":
|
|
24503
|
+
"line": 1075
|
|
24363
24504
|
},
|
|
24364
24505
|
"name": "WorkflowRunOptions",
|
|
24365
24506
|
"namespace": "github.workflows",
|
|
@@ -24376,7 +24517,7 @@
|
|
|
24376
24517
|
"immutable": true,
|
|
24377
24518
|
"locationInModule": {
|
|
24378
24519
|
"filename": "src/github/workflows-model.ts",
|
|
24379
|
-
"line":
|
|
24520
|
+
"line": 1093
|
|
24380
24521
|
},
|
|
24381
24522
|
"name": "branches",
|
|
24382
24523
|
"optional": true,
|
|
@@ -24401,7 +24542,7 @@
|
|
|
24401
24542
|
"immutable": true,
|
|
24402
24543
|
"locationInModule": {
|
|
24403
24544
|
"filename": "src/github/workflows-model.ts",
|
|
24404
|
-
"line":
|
|
24545
|
+
"line": 1087
|
|
24405
24546
|
},
|
|
24406
24547
|
"name": "types",
|
|
24407
24548
|
"optional": true,
|
|
@@ -24426,7 +24567,7 @@
|
|
|
24426
24567
|
"immutable": true,
|
|
24427
24568
|
"locationInModule": {
|
|
24428
24569
|
"filename": "src/github/workflows-model.ts",
|
|
24429
|
-
"line":
|
|
24570
|
+
"line": 1081
|
|
24430
24571
|
},
|
|
24431
24572
|
"name": "workflows",
|
|
24432
24573
|
"optional": true,
|
|
@@ -47501,7 +47642,7 @@
|
|
|
47501
47642
|
},
|
|
47502
47643
|
"locationInModule": {
|
|
47503
47644
|
"filename": "src/web/react.ts",
|
|
47504
|
-
"line":
|
|
47645
|
+
"line": 194
|
|
47505
47646
|
},
|
|
47506
47647
|
"parameters": [
|
|
47507
47648
|
{
|
|
@@ -47521,7 +47662,7 @@
|
|
|
47521
47662
|
"kind": "class",
|
|
47522
47663
|
"locationInModule": {
|
|
47523
47664
|
"filename": "src/web/react.ts",
|
|
47524
|
-
"line":
|
|
47665
|
+
"line": 191
|
|
47525
47666
|
},
|
|
47526
47667
|
"name": "ReactComponent",
|
|
47527
47668
|
"namespace": "web",
|
|
@@ -47540,7 +47681,7 @@
|
|
|
47540
47681
|
"kind": "interface",
|
|
47541
47682
|
"locationInModule": {
|
|
47542
47683
|
"filename": "src/web/react.ts",
|
|
47543
|
-
"line":
|
|
47684
|
+
"line": 182
|
|
47544
47685
|
},
|
|
47545
47686
|
"name": "ReactComponentOptions",
|
|
47546
47687
|
"namespace": "web",
|
|
@@ -47555,7 +47696,7 @@
|
|
|
47555
47696
|
"immutable": true,
|
|
47556
47697
|
"locationInModule": {
|
|
47557
47698
|
"filename": "src/web/react.ts",
|
|
47558
|
-
"line":
|
|
47699
|
+
"line": 188
|
|
47559
47700
|
},
|
|
47560
47701
|
"name": "typescript",
|
|
47561
47702
|
"optional": true,
|
|
@@ -47736,7 +47877,7 @@
|
|
|
47736
47877
|
},
|
|
47737
47878
|
"locationInModule": {
|
|
47738
47879
|
"filename": "src/web/react.ts",
|
|
47739
|
-
"line":
|
|
47880
|
+
"line": 488
|
|
47740
47881
|
},
|
|
47741
47882
|
"parameters": [
|
|
47742
47883
|
{
|
|
@@ -47763,7 +47904,7 @@
|
|
|
47763
47904
|
"kind": "class",
|
|
47764
47905
|
"locationInModule": {
|
|
47765
47906
|
"filename": "src/web/react.ts",
|
|
47766
|
-
"line":
|
|
47907
|
+
"line": 487
|
|
47767
47908
|
},
|
|
47768
47909
|
"methods": [
|
|
47769
47910
|
{
|
|
@@ -47773,7 +47914,7 @@
|
|
|
47773
47914
|
},
|
|
47774
47915
|
"locationInModule": {
|
|
47775
47916
|
"filename": "src/web/react.ts",
|
|
47776
|
-
"line":
|
|
47917
|
+
"line": 496
|
|
47777
47918
|
},
|
|
47778
47919
|
"name": "synthesizeContent",
|
|
47779
47920
|
"overrides": "projen.FileBase",
|
|
@@ -47812,7 +47953,7 @@
|
|
|
47812
47953
|
"kind": "interface",
|
|
47813
47954
|
"locationInModule": {
|
|
47814
47955
|
"filename": "src/web/react.ts",
|
|
47815
|
-
"line":
|
|
47956
|
+
"line": 482
|
|
47816
47957
|
},
|
|
47817
47958
|
"name": "ReactTypeDefOptions",
|
|
47818
47959
|
"namespace": "web",
|
|
@@ -48001,6 +48142,6 @@
|
|
|
48001
48142
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
48002
48143
|
}
|
|
48003
48144
|
},
|
|
48004
|
-
"version": "0.58.
|
|
48005
|
-
"fingerprint": "
|
|
48145
|
+
"version": "0.58.26",
|
|
48146
|
+
"fingerprint": "V1jO+RM3pZcPgAwrJ/WC5yaByKrnO2a2nXLJ+ZhgIdo="
|
|
48006
48147
|
}
|