projen 0.93.0 → 0.93.2
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 +173 -154
- 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-py.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 +1 -1
- 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-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.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/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +4 -3
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows-model.d.ts +8 -0
- package/lib/github/workflows-model.js +1 -1
- package/lib/github/workflows.js +3 -2
- 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 +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.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 +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- 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-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.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-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.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 +4 -4
- 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
|
@@ -23983,7 +23983,7 @@
|
|
|
23983
23983
|
},
|
|
23984
23984
|
"locationInModule": {
|
|
23985
23985
|
"filename": "src/github/github-project.ts",
|
|
23986
|
-
"line":
|
|
23986
|
+
"line": 197
|
|
23987
23987
|
},
|
|
23988
23988
|
"parameters": [
|
|
23989
23989
|
{
|
|
@@ -23997,7 +23997,7 @@
|
|
|
23997
23997
|
"kind": "class",
|
|
23998
23998
|
"locationInModule": {
|
|
23999
23999
|
"filename": "src/github/github-project.ts",
|
|
24000
|
-
"line":
|
|
24000
|
+
"line": 156
|
|
24001
24001
|
},
|
|
24002
24002
|
"methods": [
|
|
24003
24003
|
{
|
|
@@ -24009,7 +24009,7 @@
|
|
|
24009
24009
|
},
|
|
24010
24010
|
"locationInModule": {
|
|
24011
24011
|
"filename": "src/github/github-project.ts",
|
|
24012
|
-
"line":
|
|
24012
|
+
"line": 249
|
|
24013
24013
|
},
|
|
24014
24014
|
"name": "annotateGenerated",
|
|
24015
24015
|
"overrides": "projen.Project",
|
|
@@ -24036,7 +24036,7 @@
|
|
|
24036
24036
|
"immutable": true,
|
|
24037
24037
|
"locationInModule": {
|
|
24038
24038
|
"filename": "src/github/github-project.ts",
|
|
24039
|
-
"line":
|
|
24039
|
+
"line": 190
|
|
24040
24040
|
},
|
|
24041
24041
|
"name": "projectType",
|
|
24042
24042
|
"type": {
|
|
@@ -24051,7 +24051,7 @@
|
|
|
24051
24051
|
"immutable": true,
|
|
24052
24052
|
"locationInModule": {
|
|
24053
24053
|
"filename": "src/github/github-project.ts",
|
|
24054
|
-
"line":
|
|
24054
|
+
"line": 195
|
|
24055
24055
|
},
|
|
24056
24056
|
"name": "autoApprove",
|
|
24057
24057
|
"optional": true,
|
|
@@ -24068,7 +24068,7 @@
|
|
|
24068
24068
|
"immutable": true,
|
|
24069
24069
|
"locationInModule": {
|
|
24070
24070
|
"filename": "src/github/github-project.ts",
|
|
24071
|
-
"line":
|
|
24071
|
+
"line": 183
|
|
24072
24072
|
},
|
|
24073
24073
|
"name": "devContainer",
|
|
24074
24074
|
"optional": true,
|
|
@@ -24085,7 +24085,7 @@
|
|
|
24085
24085
|
"immutable": true,
|
|
24086
24086
|
"locationInModule": {
|
|
24087
24087
|
"filename": "src/github/github-project.ts",
|
|
24088
|
-
"line":
|
|
24088
|
+
"line": 162
|
|
24089
24089
|
},
|
|
24090
24090
|
"name": "github",
|
|
24091
24091
|
"optional": true,
|
|
@@ -24102,7 +24102,7 @@
|
|
|
24102
24102
|
"immutable": true,
|
|
24103
24103
|
"locationInModule": {
|
|
24104
24104
|
"filename": "src/github/github-project.ts",
|
|
24105
|
-
"line":
|
|
24105
|
+
"line": 176
|
|
24106
24106
|
},
|
|
24107
24107
|
"name": "gitpod",
|
|
24108
24108
|
"optional": true,
|
|
@@ -24119,7 +24119,7 @@
|
|
|
24119
24119
|
"immutable": true,
|
|
24120
24120
|
"locationInModule": {
|
|
24121
24121
|
"filename": "src/github/github-project.ts",
|
|
24122
|
-
"line":
|
|
24122
|
+
"line": 169
|
|
24123
24123
|
},
|
|
24124
24124
|
"name": "vscode",
|
|
24125
24125
|
"optional": true,
|
|
@@ -24144,7 +24144,7 @@
|
|
|
24144
24144
|
"kind": "interface",
|
|
24145
24145
|
"locationInModule": {
|
|
24146
24146
|
"filename": "src/github/github-project.ts",
|
|
24147
|
-
"line":
|
|
24147
|
+
"line": 17
|
|
24148
24148
|
},
|
|
24149
24149
|
"name": "GitHubProjectOptions",
|
|
24150
24150
|
"namespace": "github",
|
|
@@ -24159,7 +24159,7 @@
|
|
|
24159
24159
|
"immutable": true,
|
|
24160
24160
|
"locationInModule": {
|
|
24161
24161
|
"filename": "src/github/github-project.ts",
|
|
24162
|
-
"line":
|
|
24162
|
+
"line": 98
|
|
24163
24163
|
},
|
|
24164
24164
|
"name": "autoApproveOptions",
|
|
24165
24165
|
"optional": true,
|
|
@@ -24178,7 +24178,7 @@
|
|
|
24178
24178
|
"immutable": true,
|
|
24179
24179
|
"locationInModule": {
|
|
24180
24180
|
"filename": "src/github/github-project.ts",
|
|
24181
|
-
"line":
|
|
24181
|
+
"line": 105
|
|
24182
24182
|
},
|
|
24183
24183
|
"name": "autoMerge",
|
|
24184
24184
|
"optional": true,
|
|
@@ -24197,7 +24197,7 @@
|
|
|
24197
24197
|
"immutable": true,
|
|
24198
24198
|
"locationInModule": {
|
|
24199
24199
|
"filename": "src/github/github-project.ts",
|
|
24200
|
-
"line":
|
|
24200
|
+
"line": 113
|
|
24201
24201
|
},
|
|
24202
24202
|
"name": "autoMergeOptions",
|
|
24203
24203
|
"optional": true,
|
|
@@ -24215,7 +24215,7 @@
|
|
|
24215
24215
|
"immutable": true,
|
|
24216
24216
|
"locationInModule": {
|
|
24217
24217
|
"filename": "src/github/github-project.ts",
|
|
24218
|
-
"line":
|
|
24218
|
+
"line": 77
|
|
24219
24219
|
},
|
|
24220
24220
|
"name": "clobber",
|
|
24221
24221
|
"optional": true,
|
|
@@ -24233,7 +24233,7 @@
|
|
|
24233
24233
|
"immutable": true,
|
|
24234
24234
|
"locationInModule": {
|
|
24235
24235
|
"filename": "src/github/github-project.ts",
|
|
24236
|
-
"line":
|
|
24236
|
+
"line": 71
|
|
24237
24237
|
},
|
|
24238
24238
|
"name": "devContainer",
|
|
24239
24239
|
"optional": true,
|
|
@@ -24252,7 +24252,7 @@
|
|
|
24252
24252
|
"immutable": true,
|
|
24253
24253
|
"locationInModule": {
|
|
24254
24254
|
"filename": "src/github/github-project.ts",
|
|
24255
|
-
"line":
|
|
24255
|
+
"line": 41
|
|
24256
24256
|
},
|
|
24257
24257
|
"name": "github",
|
|
24258
24258
|
"optional": true,
|
|
@@ -24270,7 +24270,7 @@
|
|
|
24270
24270
|
"immutable": true,
|
|
24271
24271
|
"locationInModule": {
|
|
24272
24272
|
"filename": "src/github/github-project.ts",
|
|
24273
|
-
"line":
|
|
24273
|
+
"line": 48
|
|
24274
24274
|
},
|
|
24275
24275
|
"name": "githubOptions",
|
|
24276
24276
|
"optional": true,
|
|
@@ -24288,7 +24288,7 @@
|
|
|
24288
24288
|
"immutable": true,
|
|
24289
24289
|
"locationInModule": {
|
|
24290
24290
|
"filename": "src/github/github-project.ts",
|
|
24291
|
-
"line":
|
|
24291
|
+
"line": 23
|
|
24292
24292
|
},
|
|
24293
24293
|
"name": "gitpod",
|
|
24294
24294
|
"optional": true,
|
|
@@ -24307,7 +24307,7 @@
|
|
|
24307
24307
|
"immutable": true,
|
|
24308
24308
|
"locationInModule": {
|
|
24309
24309
|
"filename": "src/github/github-project.ts",
|
|
24310
|
-
"line":
|
|
24310
|
+
"line": 56
|
|
24311
24311
|
},
|
|
24312
24312
|
"name": "mergify",
|
|
24313
24313
|
"optional": true,
|
|
@@ -24326,7 +24326,7 @@
|
|
|
24326
24326
|
"immutable": true,
|
|
24327
24327
|
"locationInModule": {
|
|
24328
24328
|
"filename": "src/github/github-project.ts",
|
|
24329
|
-
"line":
|
|
24329
|
+
"line": 64
|
|
24330
24330
|
},
|
|
24331
24331
|
"name": "mergifyOptions",
|
|
24332
24332
|
"optional": true,
|
|
@@ -24345,7 +24345,7 @@
|
|
|
24345
24345
|
"immutable": true,
|
|
24346
24346
|
"locationInModule": {
|
|
24347
24347
|
"filename": "src/github/github-project.ts",
|
|
24348
|
-
"line":
|
|
24348
|
+
"line": 92
|
|
24349
24349
|
},
|
|
24350
24350
|
"name": "projectType",
|
|
24351
24351
|
"optional": true,
|
|
@@ -24363,7 +24363,7 @@
|
|
|
24363
24363
|
"immutable": true,
|
|
24364
24364
|
"locationInModule": {
|
|
24365
24365
|
"filename": "src/github/github-project.ts",
|
|
24366
|
-
"line":
|
|
24366
|
+
"line": 134
|
|
24367
24367
|
},
|
|
24368
24368
|
"name": "projenCredentials",
|
|
24369
24369
|
"optional": true,
|
|
@@ -24383,7 +24383,7 @@
|
|
|
24383
24383
|
"immutable": true,
|
|
24384
24384
|
"locationInModule": {
|
|
24385
24385
|
"filename": "src/github/github-project.ts",
|
|
24386
|
-
"line":
|
|
24386
|
+
"line": 144
|
|
24387
24387
|
},
|
|
24388
24388
|
"name": "projenTokenSecret",
|
|
24389
24389
|
"optional": true,
|
|
@@ -24402,7 +24402,7 @@
|
|
|
24402
24402
|
"immutable": true,
|
|
24403
24403
|
"locationInModule": {
|
|
24404
24404
|
"filename": "src/github/github-project.ts",
|
|
24405
|
-
"line":
|
|
24405
|
+
"line": 85
|
|
24406
24406
|
},
|
|
24407
24407
|
"name": "readme",
|
|
24408
24408
|
"optional": true,
|
|
@@ -24421,7 +24421,7 @@
|
|
|
24421
24421
|
"immutable": true,
|
|
24422
24422
|
"locationInModule": {
|
|
24423
24423
|
"filename": "src/github/github-project.ts",
|
|
24424
|
-
"line":
|
|
24424
|
+
"line": 127
|
|
24425
24425
|
},
|
|
24426
24426
|
"name": "stale",
|
|
24427
24427
|
"optional": true,
|
|
@@ -24440,7 +24440,7 @@
|
|
|
24440
24440
|
"immutable": true,
|
|
24441
24441
|
"locationInModule": {
|
|
24442
24442
|
"filename": "src/github/github-project.ts",
|
|
24443
|
-
"line":
|
|
24443
|
+
"line": 120
|
|
24444
24444
|
},
|
|
24445
24445
|
"name": "staleOptions",
|
|
24446
24446
|
"optional": true,
|
|
@@ -24459,7 +24459,7 @@
|
|
|
24459
24459
|
"immutable": true,
|
|
24460
24460
|
"locationInModule": {
|
|
24461
24461
|
"filename": "src/github/github-project.ts",
|
|
24462
|
-
"line":
|
|
24462
|
+
"line": 32
|
|
24463
24463
|
},
|
|
24464
24464
|
"name": "vscode",
|
|
24465
24465
|
"optional": true,
|
|
@@ -29503,7 +29503,7 @@
|
|
|
29503
29503
|
"kind": "interface",
|
|
29504
29504
|
"locationInModule": {
|
|
29505
29505
|
"filename": "src/github/workflows-model.ts",
|
|
29506
|
-
"line":
|
|
29506
|
+
"line": 876
|
|
29507
29507
|
},
|
|
29508
29508
|
"name": "BranchProtectionRuleOptions",
|
|
29509
29509
|
"namespace": "github.workflows",
|
|
@@ -29520,7 +29520,7 @@
|
|
|
29520
29520
|
"immutable": true,
|
|
29521
29521
|
"locationInModule": {
|
|
29522
29522
|
"filename": "src/github/workflows-model.ts",
|
|
29523
|
-
"line":
|
|
29523
|
+
"line": 882
|
|
29524
29524
|
},
|
|
29525
29525
|
"name": "types",
|
|
29526
29526
|
"optional": true,
|
|
@@ -29547,7 +29547,7 @@
|
|
|
29547
29547
|
"kind": "interface",
|
|
29548
29548
|
"locationInModule": {
|
|
29549
29549
|
"filename": "src/github/workflows-model.ts",
|
|
29550
|
-
"line":
|
|
29550
|
+
"line": 888
|
|
29551
29551
|
},
|
|
29552
29552
|
"name": "CheckRunOptions",
|
|
29553
29553
|
"namespace": "github.workflows",
|
|
@@ -29564,7 +29564,7 @@
|
|
|
29564
29564
|
"immutable": true,
|
|
29565
29565
|
"locationInModule": {
|
|
29566
29566
|
"filename": "src/github/workflows-model.ts",
|
|
29567
|
-
"line":
|
|
29567
|
+
"line": 894
|
|
29568
29568
|
},
|
|
29569
29569
|
"name": "types",
|
|
29570
29570
|
"optional": true,
|
|
@@ -29591,7 +29591,7 @@
|
|
|
29591
29591
|
"kind": "interface",
|
|
29592
29592
|
"locationInModule": {
|
|
29593
29593
|
"filename": "src/github/workflows-model.ts",
|
|
29594
|
-
"line":
|
|
29594
|
+
"line": 902
|
|
29595
29595
|
},
|
|
29596
29596
|
"name": "CheckSuiteOptions",
|
|
29597
29597
|
"namespace": "github.workflows",
|
|
@@ -29608,7 +29608,7 @@
|
|
|
29608
29608
|
"immutable": true,
|
|
29609
29609
|
"locationInModule": {
|
|
29610
29610
|
"filename": "src/github/workflows-model.ts",
|
|
29611
|
-
"line":
|
|
29611
|
+
"line": 908
|
|
29612
29612
|
},
|
|
29613
29613
|
"name": "types",
|
|
29614
29614
|
"optional": true,
|
|
@@ -29765,7 +29765,7 @@
|
|
|
29765
29765
|
"kind": "interface",
|
|
29766
29766
|
"locationInModule": {
|
|
29767
29767
|
"filename": "src/github/workflows-model.ts",
|
|
29768
|
-
"line":
|
|
29768
|
+
"line": 605
|
|
29769
29769
|
},
|
|
29770
29770
|
"name": "ContainerCredentials",
|
|
29771
29771
|
"namespace": "github.workflows",
|
|
@@ -29779,7 +29779,7 @@
|
|
|
29779
29779
|
"immutable": true,
|
|
29780
29780
|
"locationInModule": {
|
|
29781
29781
|
"filename": "src/github/workflows-model.ts",
|
|
29782
|
-
"line":
|
|
29782
|
+
"line": 610
|
|
29783
29783
|
},
|
|
29784
29784
|
"name": "password",
|
|
29785
29785
|
"type": {
|
|
@@ -29795,7 +29795,7 @@
|
|
|
29795
29795
|
"immutable": true,
|
|
29796
29796
|
"locationInModule": {
|
|
29797
29797
|
"filename": "src/github/workflows-model.ts",
|
|
29798
|
-
"line":
|
|
29798
|
+
"line": 607
|
|
29799
29799
|
},
|
|
29800
29800
|
"name": "username",
|
|
29801
29801
|
"type": {
|
|
@@ -29816,7 +29816,7 @@
|
|
|
29816
29816
|
"kind": "interface",
|
|
29817
29817
|
"locationInModule": {
|
|
29818
29818
|
"filename": "src/github/workflows-model.ts",
|
|
29819
|
-
"line":
|
|
29819
|
+
"line": 558
|
|
29820
29820
|
},
|
|
29821
29821
|
"name": "ContainerOptions",
|
|
29822
29822
|
"namespace": "github.workflows",
|
|
@@ -29831,7 +29831,7 @@
|
|
|
29831
29831
|
"immutable": true,
|
|
29832
29832
|
"locationInModule": {
|
|
29833
29833
|
"filename": "src/github/workflows-model.ts",
|
|
29834
|
-
"line":
|
|
29834
|
+
"line": 563
|
|
29835
29835
|
},
|
|
29836
29836
|
"name": "image",
|
|
29837
29837
|
"type": {
|
|
@@ -29848,7 +29848,7 @@
|
|
|
29848
29848
|
"immutable": true,
|
|
29849
29849
|
"locationInModule": {
|
|
29850
29850
|
"filename": "src/github/workflows-model.ts",
|
|
29851
|
-
"line":
|
|
29851
|
+
"line": 571
|
|
29852
29852
|
},
|
|
29853
29853
|
"name": "credentials",
|
|
29854
29854
|
"optional": true,
|
|
@@ -29865,7 +29865,7 @@
|
|
|
29865
29865
|
"immutable": true,
|
|
29866
29866
|
"locationInModule": {
|
|
29867
29867
|
"filename": "src/github/workflows-model.ts",
|
|
29868
|
-
"line":
|
|
29868
|
+
"line": 576
|
|
29869
29869
|
},
|
|
29870
29870
|
"name": "env",
|
|
29871
29871
|
"optional": true,
|
|
@@ -29888,7 +29888,7 @@
|
|
|
29888
29888
|
"immutable": true,
|
|
29889
29889
|
"locationInModule": {
|
|
29890
29890
|
"filename": "src/github/workflows-model.ts",
|
|
29891
|
-
"line":
|
|
29891
|
+
"line": 599
|
|
29892
29892
|
},
|
|
29893
29893
|
"name": "options",
|
|
29894
29894
|
"optional": true,
|
|
@@ -29910,7 +29910,7 @@
|
|
|
29910
29910
|
"immutable": true,
|
|
29911
29911
|
"locationInModule": {
|
|
29912
29912
|
"filename": "src/github/workflows-model.ts",
|
|
29913
|
-
"line":
|
|
29913
|
+
"line": 581
|
|
29914
29914
|
},
|
|
29915
29915
|
"name": "ports",
|
|
29916
29916
|
"optional": true,
|
|
@@ -29933,7 +29933,7 @@
|
|
|
29933
29933
|
"immutable": true,
|
|
29934
29934
|
"locationInModule": {
|
|
29935
29935
|
"filename": "src/github/workflows-model.ts",
|
|
29936
|
-
"line":
|
|
29936
|
+
"line": 592
|
|
29937
29937
|
},
|
|
29938
29938
|
"name": "volumes",
|
|
29939
29939
|
"optional": true,
|
|
@@ -29960,7 +29960,7 @@
|
|
|
29960
29960
|
"kind": "interface",
|
|
29961
29961
|
"locationInModule": {
|
|
29962
29962
|
"filename": "src/github/workflows-model.ts",
|
|
29963
|
-
"line":
|
|
29963
|
+
"line": 1266
|
|
29964
29964
|
},
|
|
29965
29965
|
"name": "CreateOptions",
|
|
29966
29966
|
"namespace": "github.workflows",
|
|
@@ -29977,7 +29977,7 @@
|
|
|
29977
29977
|
"kind": "interface",
|
|
29978
29978
|
"locationInModule": {
|
|
29979
29979
|
"filename": "src/github/workflows-model.ts",
|
|
29980
|
-
"line":
|
|
29980
|
+
"line": 854
|
|
29981
29981
|
},
|
|
29982
29982
|
"name": "CronScheduleOptions",
|
|
29983
29983
|
"namespace": "github.workflows",
|
|
@@ -29991,7 +29991,7 @@
|
|
|
29991
29991
|
"immutable": true,
|
|
29992
29992
|
"locationInModule": {
|
|
29993
29993
|
"filename": "src/github/workflows-model.ts",
|
|
29994
|
-
"line":
|
|
29994
|
+
"line": 858
|
|
29995
29995
|
},
|
|
29996
29996
|
"name": "cron",
|
|
29997
29997
|
"type": {
|
|
@@ -30012,7 +30012,7 @@
|
|
|
30012
30012
|
"kind": "interface",
|
|
30013
30013
|
"locationInModule": {
|
|
30014
30014
|
"filename": "src/github/workflows-model.ts",
|
|
30015
|
-
"line":
|
|
30015
|
+
"line": 1271
|
|
30016
30016
|
},
|
|
30017
30017
|
"name": "DeleteOptions",
|
|
30018
30018
|
"namespace": "github.workflows",
|
|
@@ -30029,7 +30029,7 @@
|
|
|
30029
30029
|
"kind": "interface",
|
|
30030
30030
|
"locationInModule": {
|
|
30031
30031
|
"filename": "src/github/workflows-model.ts",
|
|
30032
|
-
"line":
|
|
30032
|
+
"line": 1276
|
|
30033
30033
|
},
|
|
30034
30034
|
"name": "DeploymentOptions",
|
|
30035
30035
|
"namespace": "github.workflows",
|
|
@@ -30046,7 +30046,7 @@
|
|
|
30046
30046
|
"kind": "interface",
|
|
30047
30047
|
"locationInModule": {
|
|
30048
30048
|
"filename": "src/github/workflows-model.ts",
|
|
30049
|
-
"line":
|
|
30049
|
+
"line": 1281
|
|
30050
30050
|
},
|
|
30051
30051
|
"name": "DeploymentStatusOptions",
|
|
30052
30052
|
"namespace": "github.workflows",
|
|
@@ -30063,7 +30063,7 @@
|
|
|
30063
30063
|
"kind": "interface",
|
|
30064
30064
|
"locationInModule": {
|
|
30065
30065
|
"filename": "src/github/workflows-model.ts",
|
|
30066
|
-
"line":
|
|
30066
|
+
"line": 939
|
|
30067
30067
|
},
|
|
30068
30068
|
"name": "DiscussionCommentOptions",
|
|
30069
30069
|
"namespace": "github.workflows",
|
|
@@ -30080,7 +30080,7 @@
|
|
|
30080
30080
|
"immutable": true,
|
|
30081
30081
|
"locationInModule": {
|
|
30082
30082
|
"filename": "src/github/workflows-model.ts",
|
|
30083
|
-
"line":
|
|
30083
|
+
"line": 945
|
|
30084
30084
|
},
|
|
30085
30085
|
"name": "types",
|
|
30086
30086
|
"optional": true,
|
|
@@ -30107,7 +30107,7 @@
|
|
|
30107
30107
|
"kind": "interface",
|
|
30108
30108
|
"locationInModule": {
|
|
30109
30109
|
"filename": "src/github/workflows-model.ts",
|
|
30110
|
-
"line":
|
|
30110
|
+
"line": 914
|
|
30111
30111
|
},
|
|
30112
30112
|
"name": "DiscussionOptions",
|
|
30113
30113
|
"namespace": "github.workflows",
|
|
@@ -30124,7 +30124,7 @@
|
|
|
30124
30124
|
"immutable": true,
|
|
30125
30125
|
"locationInModule": {
|
|
30126
30126
|
"filename": "src/github/workflows-model.ts",
|
|
30127
|
-
"line":
|
|
30127
|
+
"line": 920
|
|
30128
30128
|
},
|
|
30129
30129
|
"name": "types",
|
|
30130
30130
|
"optional": true,
|
|
@@ -30151,7 +30151,7 @@
|
|
|
30151
30151
|
"kind": "interface",
|
|
30152
30152
|
"locationInModule": {
|
|
30153
30153
|
"filename": "src/github/workflows-model.ts",
|
|
30154
|
-
"line":
|
|
30154
|
+
"line": 1286
|
|
30155
30155
|
},
|
|
30156
30156
|
"name": "ForkOptions",
|
|
30157
30157
|
"namespace": "github.workflows",
|
|
@@ -30168,7 +30168,7 @@
|
|
|
30168
30168
|
"kind": "interface",
|
|
30169
30169
|
"locationInModule": {
|
|
30170
30170
|
"filename": "src/github/workflows-model.ts",
|
|
30171
|
-
"line":
|
|
30171
|
+
"line": 1291
|
|
30172
30172
|
},
|
|
30173
30173
|
"name": "GollumOptions",
|
|
30174
30174
|
"namespace": "github.workflows",
|
|
@@ -30185,7 +30185,7 @@
|
|
|
30185
30185
|
"kind": "interface",
|
|
30186
30186
|
"locationInModule": {
|
|
30187
30187
|
"filename": "src/github/workflows-model.ts",
|
|
30188
|
-
"line":
|
|
30188
|
+
"line": 951
|
|
30189
30189
|
},
|
|
30190
30190
|
"name": "IssueCommentOptions",
|
|
30191
30191
|
"namespace": "github.workflows",
|
|
@@ -30202,7 +30202,7 @@
|
|
|
30202
30202
|
"immutable": true,
|
|
30203
30203
|
"locationInModule": {
|
|
30204
30204
|
"filename": "src/github/workflows-model.ts",
|
|
30205
|
-
"line":
|
|
30205
|
+
"line": 957
|
|
30206
30206
|
},
|
|
30207
30207
|
"name": "types",
|
|
30208
30208
|
"optional": true,
|
|
@@ -30229,7 +30229,7 @@
|
|
|
30229
30229
|
"kind": "interface",
|
|
30230
30230
|
"locationInModule": {
|
|
30231
30231
|
"filename": "src/github/workflows-model.ts",
|
|
30232
|
-
"line":
|
|
30232
|
+
"line": 963
|
|
30233
30233
|
},
|
|
30234
30234
|
"name": "IssuesOptions",
|
|
30235
30235
|
"namespace": "github.workflows",
|
|
@@ -30246,7 +30246,7 @@
|
|
|
30246
30246
|
"immutable": true,
|
|
30247
30247
|
"locationInModule": {
|
|
30248
30248
|
"filename": "src/github/workflows-model.ts",
|
|
30249
|
-
"line":
|
|
30249
|
+
"line": 969
|
|
30250
30250
|
},
|
|
30251
30251
|
"name": "types",
|
|
30252
30252
|
"optional": true,
|
|
@@ -30678,7 +30678,7 @@
|
|
|
30678
30678
|
"kind": "interface",
|
|
30679
30679
|
"locationInModule": {
|
|
30680
30680
|
"filename": "src/github/workflows-model.ts",
|
|
30681
|
-
"line":
|
|
30681
|
+
"line": 528
|
|
30682
30682
|
},
|
|
30683
30683
|
"name": "JobMatrix",
|
|
30684
30684
|
"namespace": "github.workflows",
|
|
@@ -30693,7 +30693,7 @@
|
|
|
30693
30693
|
"immutable": true,
|
|
30694
30694
|
"locationInModule": {
|
|
30695
30695
|
"filename": "src/github/workflows-model.ts",
|
|
30696
|
-
"line":
|
|
30696
|
+
"line": 537
|
|
30697
30697
|
},
|
|
30698
30698
|
"name": "domain",
|
|
30699
30699
|
"optional": true,
|
|
@@ -30742,7 +30742,7 @@
|
|
|
30742
30742
|
"immutable": true,
|
|
30743
30743
|
"locationInModule": {
|
|
30744
30744
|
"filename": "src/github/workflows-model.ts",
|
|
30745
|
-
"line":
|
|
30745
|
+
"line": 552
|
|
30746
30746
|
},
|
|
30747
30747
|
"name": "exclude",
|
|
30748
30748
|
"optional": true,
|
|
@@ -30782,7 +30782,7 @@
|
|
|
30782
30782
|
"immutable": true,
|
|
30783
30783
|
"locationInModule": {
|
|
30784
30784
|
"filename": "src/github/workflows-model.ts",
|
|
30785
|
-
"line":
|
|
30785
|
+
"line": 545
|
|
30786
30786
|
},
|
|
30787
30787
|
"name": "include",
|
|
30788
30788
|
"optional": true,
|
|
@@ -31132,7 +31132,7 @@
|
|
|
31132
31132
|
"kind": "interface",
|
|
31133
31133
|
"locationInModule": {
|
|
31134
31134
|
"filename": "src/github/workflows-model.ts",
|
|
31135
|
-
"line":
|
|
31135
|
+
"line": 488
|
|
31136
31136
|
},
|
|
31137
31137
|
"name": "JobStep",
|
|
31138
31138
|
"namespace": "github.workflows",
|
|
@@ -31152,7 +31152,7 @@
|
|
|
31152
31152
|
"kind": "interface",
|
|
31153
31153
|
"locationInModule": {
|
|
31154
31154
|
"filename": "src/github/workflows-model.ts",
|
|
31155
|
-
"line":
|
|
31155
|
+
"line": 470
|
|
31156
31156
|
},
|
|
31157
31157
|
"name": "JobStepConfiguration",
|
|
31158
31158
|
"namespace": "github.workflows",
|
|
@@ -31167,7 +31167,7 @@
|
|
|
31167
31167
|
"immutable": true,
|
|
31168
31168
|
"locationInModule": {
|
|
31169
31169
|
"filename": "src/github/workflows-model.ts",
|
|
31170
|
-
"line":
|
|
31170
|
+
"line": 475
|
|
31171
31171
|
},
|
|
31172
31172
|
"name": "continueOnError",
|
|
31173
31173
|
"optional": true,
|
|
@@ -31184,7 +31184,7 @@
|
|
|
31184
31184
|
"immutable": true,
|
|
31185
31185
|
"locationInModule": {
|
|
31186
31186
|
"filename": "src/github/workflows-model.ts",
|
|
31187
|
-
"line":
|
|
31187
|
+
"line": 480
|
|
31188
31188
|
},
|
|
31189
31189
|
"name": "timeoutMinutes",
|
|
31190
31190
|
"optional": true,
|
|
@@ -31258,7 +31258,7 @@
|
|
|
31258
31258
|
"kind": "interface",
|
|
31259
31259
|
"locationInModule": {
|
|
31260
31260
|
"filename": "src/github/workflows-model.ts",
|
|
31261
|
-
"line":
|
|
31261
|
+
"line": 494
|
|
31262
31262
|
},
|
|
31263
31263
|
"name": "JobStrategy",
|
|
31264
31264
|
"namespace": "github.workflows",
|
|
@@ -31273,7 +31273,7 @@
|
|
|
31273
31273
|
"immutable": true,
|
|
31274
31274
|
"locationInModule": {
|
|
31275
31275
|
"filename": "src/github/workflows-model.ts",
|
|
31276
|
-
"line":
|
|
31276
|
+
"line": 512
|
|
31277
31277
|
},
|
|
31278
31278
|
"name": "failFast",
|
|
31279
31279
|
"optional": true,
|
|
@@ -31291,7 +31291,7 @@
|
|
|
31291
31291
|
"immutable": true,
|
|
31292
31292
|
"locationInModule": {
|
|
31293
31293
|
"filename": "src/github/workflows-model.ts",
|
|
31294
|
-
"line":
|
|
31294
|
+
"line": 506
|
|
31295
31295
|
},
|
|
31296
31296
|
"name": "matrix",
|
|
31297
31297
|
"optional": true,
|
|
@@ -31309,7 +31309,7 @@
|
|
|
31309
31309
|
"immutable": true,
|
|
31310
31310
|
"locationInModule": {
|
|
31311
31311
|
"filename": "src/github/workflows-model.ts",
|
|
31312
|
-
"line":
|
|
31312
|
+
"line": 520
|
|
31313
31313
|
},
|
|
31314
31314
|
"name": "maxParallel",
|
|
31315
31315
|
"optional": true,
|
|
@@ -31331,7 +31331,7 @@
|
|
|
31331
31331
|
"kind": "interface",
|
|
31332
31332
|
"locationInModule": {
|
|
31333
31333
|
"filename": "src/github/workflows-model.ts",
|
|
31334
|
-
"line":
|
|
31334
|
+
"line": 992
|
|
31335
31335
|
},
|
|
31336
31336
|
"name": "LabelOptions",
|
|
31337
31337
|
"namespace": "github.workflows",
|
|
@@ -31348,7 +31348,7 @@
|
|
|
31348
31348
|
"immutable": true,
|
|
31349
31349
|
"locationInModule": {
|
|
31350
31350
|
"filename": "src/github/workflows-model.ts",
|
|
31351
|
-
"line":
|
|
31351
|
+
"line": 998
|
|
31352
31352
|
},
|
|
31353
31353
|
"name": "types",
|
|
31354
31354
|
"optional": true,
|
|
@@ -31375,7 +31375,7 @@
|
|
|
31375
31375
|
"kind": "interface",
|
|
31376
31376
|
"locationInModule": {
|
|
31377
31377
|
"filename": "src/github/workflows-model.ts",
|
|
31378
|
-
"line":
|
|
31378
|
+
"line": 1006
|
|
31379
31379
|
},
|
|
31380
31380
|
"name": "MergeGroupOptions",
|
|
31381
31381
|
"namespace": "github.workflows",
|
|
@@ -31390,7 +31390,7 @@
|
|
|
31390
31390
|
"immutable": true,
|
|
31391
31391
|
"locationInModule": {
|
|
31392
31392
|
"filename": "src/github/workflows-model.ts",
|
|
31393
|
-
"line":
|
|
31393
|
+
"line": 1012
|
|
31394
31394
|
},
|
|
31395
31395
|
"name": "branches",
|
|
31396
31396
|
"optional": true,
|
|
@@ -31417,7 +31417,7 @@
|
|
|
31417
31417
|
"kind": "interface",
|
|
31418
31418
|
"locationInModule": {
|
|
31419
31419
|
"filename": "src/github/workflows-model.ts",
|
|
31420
|
-
"line":
|
|
31420
|
+
"line": 1018
|
|
31421
31421
|
},
|
|
31422
31422
|
"name": "MilestoneOptions",
|
|
31423
31423
|
"namespace": "github.workflows",
|
|
@@ -31434,7 +31434,7 @@
|
|
|
31434
31434
|
"immutable": true,
|
|
31435
31435
|
"locationInModule": {
|
|
31436
31436
|
"filename": "src/github/workflows-model.ts",
|
|
31437
|
-
"line":
|
|
31437
|
+
"line": 1024
|
|
31438
31438
|
},
|
|
31439
31439
|
"name": "types",
|
|
31440
31440
|
"optional": true,
|
|
@@ -31461,7 +31461,7 @@
|
|
|
31461
31461
|
"kind": "interface",
|
|
31462
31462
|
"locationInModule": {
|
|
31463
31463
|
"filename": "src/github/workflows-model.ts",
|
|
31464
|
-
"line":
|
|
31464
|
+
"line": 1296
|
|
31465
31465
|
},
|
|
31466
31466
|
"name": "PageBuildOptions",
|
|
31467
31467
|
"namespace": "github.workflows",
|
|
@@ -31478,7 +31478,7 @@
|
|
|
31478
31478
|
"kind": "interface",
|
|
31479
31479
|
"locationInModule": {
|
|
31480
31480
|
"filename": "src/github/workflows-model.ts",
|
|
31481
|
-
"line":
|
|
31481
|
+
"line": 1046
|
|
31482
31482
|
},
|
|
31483
31483
|
"name": "ProjectCardOptions",
|
|
31484
31484
|
"namespace": "github.workflows",
|
|
@@ -31495,7 +31495,7 @@
|
|
|
31495
31495
|
"immutable": true,
|
|
31496
31496
|
"locationInModule": {
|
|
31497
31497
|
"filename": "src/github/workflows-model.ts",
|
|
31498
|
-
"line":
|
|
31498
|
+
"line": 1052
|
|
31499
31499
|
},
|
|
31500
31500
|
"name": "types",
|
|
31501
31501
|
"optional": true,
|
|
@@ -31522,7 +31522,7 @@
|
|
|
31522
31522
|
"kind": "interface",
|
|
31523
31523
|
"locationInModule": {
|
|
31524
31524
|
"filename": "src/github/workflows-model.ts",
|
|
31525
|
-
"line":
|
|
31525
|
+
"line": 1060
|
|
31526
31526
|
},
|
|
31527
31527
|
"name": "ProjectColumnOptions",
|
|
31528
31528
|
"namespace": "github.workflows",
|
|
@@ -31539,7 +31539,7 @@
|
|
|
31539
31539
|
"immutable": true,
|
|
31540
31540
|
"locationInModule": {
|
|
31541
31541
|
"filename": "src/github/workflows-model.ts",
|
|
31542
|
-
"line":
|
|
31542
|
+
"line": 1066
|
|
31543
31543
|
},
|
|
31544
31544
|
"name": "types",
|
|
31545
31545
|
"optional": true,
|
|
@@ -31566,7 +31566,7 @@
|
|
|
31566
31566
|
"kind": "interface",
|
|
31567
31567
|
"locationInModule": {
|
|
31568
31568
|
"filename": "src/github/workflows-model.ts",
|
|
31569
|
-
"line":
|
|
31569
|
+
"line": 1032
|
|
31570
31570
|
},
|
|
31571
31571
|
"name": "ProjectOptions",
|
|
31572
31572
|
"namespace": "github.workflows",
|
|
@@ -31583,7 +31583,7 @@
|
|
|
31583
31583
|
"immutable": true,
|
|
31584
31584
|
"locationInModule": {
|
|
31585
31585
|
"filename": "src/github/workflows-model.ts",
|
|
31586
|
-
"line":
|
|
31586
|
+
"line": 1038
|
|
31587
31587
|
},
|
|
31588
31588
|
"name": "types",
|
|
31589
31589
|
"optional": true,
|
|
@@ -31610,7 +31610,7 @@
|
|
|
31610
31610
|
"kind": "interface",
|
|
31611
31611
|
"locationInModule": {
|
|
31612
31612
|
"filename": "src/github/workflows-model.ts",
|
|
31613
|
-
"line":
|
|
31613
|
+
"line": 1301
|
|
31614
31614
|
},
|
|
31615
31615
|
"name": "PublicOptions",
|
|
31616
31616
|
"namespace": "github.workflows",
|
|
@@ -31630,7 +31630,7 @@
|
|
|
31630
31630
|
"kind": "interface",
|
|
31631
31631
|
"locationInModule": {
|
|
31632
31632
|
"filename": "src/github/workflows-model.ts",
|
|
31633
|
-
"line":
|
|
31633
|
+
"line": 1072
|
|
31634
31634
|
},
|
|
31635
31635
|
"name": "PullRequestOptions",
|
|
31636
31636
|
"namespace": "github.workflows",
|
|
@@ -31647,7 +31647,7 @@
|
|
|
31647
31647
|
"immutable": true,
|
|
31648
31648
|
"locationInModule": {
|
|
31649
31649
|
"filename": "src/github/workflows-model.ts",
|
|
31650
|
-
"line":
|
|
31650
|
+
"line": 1078
|
|
31651
31651
|
},
|
|
31652
31652
|
"name": "types",
|
|
31653
31653
|
"optional": true,
|
|
@@ -31674,7 +31674,7 @@
|
|
|
31674
31674
|
"kind": "interface",
|
|
31675
31675
|
"locationInModule": {
|
|
31676
31676
|
"filename": "src/github/workflows-model.ts",
|
|
31677
|
-
"line":
|
|
31677
|
+
"line": 1111
|
|
31678
31678
|
},
|
|
31679
31679
|
"name": "PullRequestReviewCommentOptions",
|
|
31680
31680
|
"namespace": "github.workflows",
|
|
@@ -31691,7 +31691,7 @@
|
|
|
31691
31691
|
"immutable": true,
|
|
31692
31692
|
"locationInModule": {
|
|
31693
31693
|
"filename": "src/github/workflows-model.ts",
|
|
31694
|
-
"line":
|
|
31694
|
+
"line": 1117
|
|
31695
31695
|
},
|
|
31696
31696
|
"name": "types",
|
|
31697
31697
|
"optional": true,
|
|
@@ -31718,7 +31718,7 @@
|
|
|
31718
31718
|
"kind": "interface",
|
|
31719
31719
|
"locationInModule": {
|
|
31720
31720
|
"filename": "src/github/workflows-model.ts",
|
|
31721
|
-
"line":
|
|
31721
|
+
"line": 1099
|
|
31722
31722
|
},
|
|
31723
31723
|
"name": "PullRequestReviewOptions",
|
|
31724
31724
|
"namespace": "github.workflows",
|
|
@@ -31735,7 +31735,7 @@
|
|
|
31735
31735
|
"immutable": true,
|
|
31736
31736
|
"locationInModule": {
|
|
31737
31737
|
"filename": "src/github/workflows-model.ts",
|
|
31738
|
-
"line":
|
|
31738
|
+
"line": 1105
|
|
31739
31739
|
},
|
|
31740
31740
|
"name": "types",
|
|
31741
31741
|
"optional": true,
|
|
@@ -31765,7 +31765,7 @@
|
|
|
31765
31765
|
"kind": "interface",
|
|
31766
31766
|
"locationInModule": {
|
|
31767
31767
|
"filename": "src/github/workflows-model.ts",
|
|
31768
|
-
"line":
|
|
31768
|
+
"line": 1123
|
|
31769
31769
|
},
|
|
31770
31770
|
"name": "PullRequestTargetOptions",
|
|
31771
31771
|
"namespace": "github.workflows",
|
|
@@ -31782,7 +31782,7 @@
|
|
|
31782
31782
|
"immutable": true,
|
|
31783
31783
|
"locationInModule": {
|
|
31784
31784
|
"filename": "src/github/workflows-model.ts",
|
|
31785
|
-
"line":
|
|
31785
|
+
"line": 1129
|
|
31786
31786
|
},
|
|
31787
31787
|
"name": "types",
|
|
31788
31788
|
"optional": true,
|
|
@@ -31809,7 +31809,7 @@
|
|
|
31809
31809
|
"kind": "interface",
|
|
31810
31810
|
"locationInModule": {
|
|
31811
31811
|
"filename": "src/github/workflows-model.ts",
|
|
31812
|
-
"line":
|
|
31812
|
+
"line": 1150
|
|
31813
31813
|
},
|
|
31814
31814
|
"name": "PushOptions",
|
|
31815
31815
|
"namespace": "github.workflows",
|
|
@@ -31825,7 +31825,7 @@
|
|
|
31825
31825
|
"immutable": true,
|
|
31826
31826
|
"locationInModule": {
|
|
31827
31827
|
"filename": "src/github/workflows-model.ts",
|
|
31828
|
-
"line":
|
|
31828
|
+
"line": 1160
|
|
31829
31829
|
},
|
|
31830
31830
|
"name": "branches",
|
|
31831
31831
|
"optional": true,
|
|
@@ -31849,7 +31849,7 @@
|
|
|
31849
31849
|
"immutable": true,
|
|
31850
31850
|
"locationInModule": {
|
|
31851
31851
|
"filename": "src/github/workflows-model.ts",
|
|
31852
|
-
"line":
|
|
31852
|
+
"line": 1181
|
|
31853
31853
|
},
|
|
31854
31854
|
"name": "paths",
|
|
31855
31855
|
"optional": true,
|
|
@@ -31873,7 +31873,7 @@
|
|
|
31873
31873
|
"immutable": true,
|
|
31874
31874
|
"locationInModule": {
|
|
31875
31875
|
"filename": "src/github/workflows-model.ts",
|
|
31876
|
-
"line":
|
|
31876
|
+
"line": 1171
|
|
31877
31877
|
},
|
|
31878
31878
|
"name": "tags",
|
|
31879
31879
|
"optional": true,
|
|
@@ -31900,7 +31900,7 @@
|
|
|
31900
31900
|
"kind": "interface",
|
|
31901
31901
|
"locationInModule": {
|
|
31902
31902
|
"filename": "src/github/workflows-model.ts",
|
|
31903
|
-
"line":
|
|
31903
|
+
"line": 1187
|
|
31904
31904
|
},
|
|
31905
31905
|
"name": "RegistryPackageOptions",
|
|
31906
31906
|
"namespace": "github.workflows",
|
|
@@ -31917,7 +31917,7 @@
|
|
|
31917
31917
|
"immutable": true,
|
|
31918
31918
|
"locationInModule": {
|
|
31919
31919
|
"filename": "src/github/workflows-model.ts",
|
|
31920
|
-
"line":
|
|
31920
|
+
"line": 1193
|
|
31921
31921
|
},
|
|
31922
31922
|
"name": "types",
|
|
31923
31923
|
"optional": true,
|
|
@@ -31944,7 +31944,7 @@
|
|
|
31944
31944
|
"kind": "interface",
|
|
31945
31945
|
"locationInModule": {
|
|
31946
31946
|
"filename": "src/github/workflows-model.ts",
|
|
31947
|
-
"line":
|
|
31947
|
+
"line": 1199
|
|
31948
31948
|
},
|
|
31949
31949
|
"name": "ReleaseOptions",
|
|
31950
31950
|
"namespace": "github.workflows",
|
|
@@ -31961,7 +31961,7 @@
|
|
|
31961
31961
|
"immutable": true,
|
|
31962
31962
|
"locationInModule": {
|
|
31963
31963
|
"filename": "src/github/workflows-model.ts",
|
|
31964
|
-
"line":
|
|
31964
|
+
"line": 1205
|
|
31965
31965
|
},
|
|
31966
31966
|
"name": "types",
|
|
31967
31967
|
"optional": true,
|
|
@@ -31988,7 +31988,7 @@
|
|
|
31988
31988
|
"kind": "interface",
|
|
31989
31989
|
"locationInModule": {
|
|
31990
31990
|
"filename": "src/github/workflows-model.ts",
|
|
31991
|
-
"line":
|
|
31991
|
+
"line": 864
|
|
31992
31992
|
},
|
|
31993
31993
|
"name": "RepositoryDispatchOptions",
|
|
31994
31994
|
"namespace": "github.workflows",
|
|
@@ -32005,7 +32005,7 @@
|
|
|
32005
32005
|
"immutable": true,
|
|
32006
32006
|
"locationInModule": {
|
|
32007
32007
|
"filename": "src/github/workflows-model.ts",
|
|
32008
|
-
"line":
|
|
32008
|
+
"line": 870
|
|
32009
32009
|
},
|
|
32010
32010
|
"name": "types",
|
|
32011
32011
|
"optional": true,
|
|
@@ -32086,7 +32086,7 @@
|
|
|
32086
32086
|
"kind": "interface",
|
|
32087
32087
|
"locationInModule": {
|
|
32088
32088
|
"filename": "src/github/workflows-model.ts",
|
|
32089
|
-
"line":
|
|
32089
|
+
"line": 1306
|
|
32090
32090
|
},
|
|
32091
32091
|
"name": "StatusOptions",
|
|
32092
32092
|
"namespace": "github.workflows",
|
|
@@ -32108,7 +32108,7 @@
|
|
|
32108
32108
|
"kind": "interface",
|
|
32109
32109
|
"locationInModule": {
|
|
32110
32110
|
"filename": "src/github/workflows-model.ts",
|
|
32111
|
-
"line":
|
|
32111
|
+
"line": 442
|
|
32112
32112
|
},
|
|
32113
32113
|
"name": "Step",
|
|
32114
32114
|
"namespace": "github.workflows",
|
|
@@ -32123,7 +32123,7 @@
|
|
|
32123
32123
|
"immutable": true,
|
|
32124
32124
|
"locationInModule": {
|
|
32125
32125
|
"filename": "src/github/workflows-model.ts",
|
|
32126
|
-
"line":
|
|
32126
|
+
"line": 456
|
|
32127
32127
|
},
|
|
32128
32128
|
"name": "run",
|
|
32129
32129
|
"optional": true,
|
|
@@ -32141,7 +32141,7 @@
|
|
|
32141
32141
|
"immutable": true,
|
|
32142
32142
|
"locationInModule": {
|
|
32143
32143
|
"filename": "src/github/workflows-model.ts",
|
|
32144
|
-
"line":
|
|
32144
|
+
"line": 449
|
|
32145
32145
|
},
|
|
32146
32146
|
"name": "uses",
|
|
32147
32147
|
"optional": true,
|
|
@@ -32159,7 +32159,7 @@
|
|
|
32159
32159
|
"immutable": true,
|
|
32160
32160
|
"locationInModule": {
|
|
32161
32161
|
"filename": "src/github/workflows-model.ts",
|
|
32162
|
-
"line":
|
|
32162
|
+
"line": 463
|
|
32163
32163
|
},
|
|
32164
32164
|
"name": "with",
|
|
32165
32165
|
"optional": true,
|
|
@@ -32268,6 +32268,25 @@
|
|
|
32268
32268
|
"primitive": "string"
|
|
32269
32269
|
}
|
|
32270
32270
|
},
|
|
32271
|
+
{
|
|
32272
|
+
"abstract": true,
|
|
32273
|
+
"docs": {
|
|
32274
|
+
"remarks": "Refer to GitHub documentation for allowed values.",
|
|
32275
|
+
"see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell",
|
|
32276
|
+
"stability": "experimental",
|
|
32277
|
+
"summary": "Overrides the default shell settings in the runner's operating system and the job's default."
|
|
32278
|
+
},
|
|
32279
|
+
"immutable": true,
|
|
32280
|
+
"locationInModule": {
|
|
32281
|
+
"filename": "src/github/workflows-model.ts",
|
|
32282
|
+
"line": 431
|
|
32283
|
+
},
|
|
32284
|
+
"name": "shell",
|
|
32285
|
+
"optional": true,
|
|
32286
|
+
"type": {
|
|
32287
|
+
"primitive": "string"
|
|
32288
|
+
}
|
|
32289
|
+
},
|
|
32271
32290
|
{
|
|
32272
32291
|
"abstract": true,
|
|
32273
32292
|
"docs": {
|
|
@@ -32444,7 +32463,7 @@
|
|
|
32444
32463
|
"kind": "interface",
|
|
32445
32464
|
"locationInModule": {
|
|
32446
32465
|
"filename": "src/github/workflows-model.ts",
|
|
32447
|
-
"line":
|
|
32466
|
+
"line": 618
|
|
32448
32467
|
},
|
|
32449
32468
|
"name": "Triggers",
|
|
32450
32469
|
"namespace": "github.workflows",
|
|
@@ -32458,7 +32477,7 @@
|
|
|
32458
32477
|
"immutable": true,
|
|
32459
32478
|
"locationInModule": {
|
|
32460
32479
|
"filename": "src/github/workflows-model.ts",
|
|
32461
|
-
"line":
|
|
32480
|
+
"line": 660
|
|
32462
32481
|
},
|
|
32463
32482
|
"name": "branchProtectionRule",
|
|
32464
32483
|
"optional": true,
|
|
@@ -32475,7 +32494,7 @@
|
|
|
32475
32494
|
"immutable": true,
|
|
32476
32495
|
"locationInModule": {
|
|
32477
32496
|
"filename": "src/github/workflows-model.ts",
|
|
32478
|
-
"line":
|
|
32497
|
+
"line": 665
|
|
32479
32498
|
},
|
|
32480
32499
|
"name": "checkRun",
|
|
32481
32500
|
"optional": true,
|
|
@@ -32492,7 +32511,7 @@
|
|
|
32492
32511
|
"immutable": true,
|
|
32493
32512
|
"locationInModule": {
|
|
32494
32513
|
"filename": "src/github/workflows-model.ts",
|
|
32495
|
-
"line":
|
|
32514
|
+
"line": 670
|
|
32496
32515
|
},
|
|
32497
32516
|
"name": "checkSuite",
|
|
32498
32517
|
"optional": true,
|
|
@@ -32509,7 +32528,7 @@
|
|
|
32509
32528
|
"immutable": true,
|
|
32510
32529
|
"locationInModule": {
|
|
32511
32530
|
"filename": "src/github/workflows-model.ts",
|
|
32512
|
-
"line":
|
|
32531
|
+
"line": 676
|
|
32513
32532
|
},
|
|
32514
32533
|
"name": "create",
|
|
32515
32534
|
"optional": true,
|
|
@@ -32526,7 +32545,7 @@
|
|
|
32526
32545
|
"immutable": true,
|
|
32527
32546
|
"locationInModule": {
|
|
32528
32547
|
"filename": "src/github/workflows-model.ts",
|
|
32529
|
-
"line":
|
|
32548
|
+
"line": 682
|
|
32530
32549
|
},
|
|
32531
32550
|
"name": "delete",
|
|
32532
32551
|
"optional": true,
|
|
@@ -32544,7 +32563,7 @@
|
|
|
32544
32563
|
"immutable": true,
|
|
32545
32564
|
"locationInModule": {
|
|
32546
32565
|
"filename": "src/github/workflows-model.ts",
|
|
32547
|
-
"line":
|
|
32566
|
+
"line": 689
|
|
32548
32567
|
},
|
|
32549
32568
|
"name": "deployment",
|
|
32550
32569
|
"optional": true,
|
|
@@ -32562,7 +32581,7 @@
|
|
|
32562
32581
|
"immutable": true,
|
|
32563
32582
|
"locationInModule": {
|
|
32564
32583
|
"filename": "src/github/workflows-model.ts",
|
|
32565
|
-
"line":
|
|
32584
|
+
"line": 696
|
|
32566
32585
|
},
|
|
32567
32586
|
"name": "deploymentStatus",
|
|
32568
32587
|
"optional": true,
|
|
@@ -32581,7 +32600,7 @@
|
|
|
32581
32600
|
"immutable": true,
|
|
32582
32601
|
"locationInModule": {
|
|
32583
32602
|
"filename": "src/github/workflows-model.ts",
|
|
32584
|
-
"line":
|
|
32603
|
+
"line": 702
|
|
32585
32604
|
},
|
|
32586
32605
|
"name": "discussion",
|
|
32587
32606
|
"optional": true,
|
|
@@ -32600,7 +32619,7 @@
|
|
|
32600
32619
|
"immutable": true,
|
|
32601
32620
|
"locationInModule": {
|
|
32602
32621
|
"filename": "src/github/workflows-model.ts",
|
|
32603
|
-
"line":
|
|
32622
|
+
"line": 708
|
|
32604
32623
|
},
|
|
32605
32624
|
"name": "discussionComment",
|
|
32606
32625
|
"optional": true,
|
|
@@ -32617,7 +32636,7 @@
|
|
|
32617
32636
|
"immutable": true,
|
|
32618
32637
|
"locationInModule": {
|
|
32619
32638
|
"filename": "src/github/workflows-model.ts",
|
|
32620
|
-
"line":
|
|
32639
|
+
"line": 714
|
|
32621
32640
|
},
|
|
32622
32641
|
"name": "fork",
|
|
32623
32642
|
"optional": true,
|
|
@@ -32634,7 +32653,7 @@
|
|
|
32634
32653
|
"immutable": true,
|
|
32635
32654
|
"locationInModule": {
|
|
32636
32655
|
"filename": "src/github/workflows-model.ts",
|
|
32637
|
-
"line":
|
|
32656
|
+
"line": 720
|
|
32638
32657
|
},
|
|
32639
32658
|
"name": "gollum",
|
|
32640
32659
|
"optional": true,
|
|
@@ -32651,7 +32670,7 @@
|
|
|
32651
32670
|
"immutable": true,
|
|
32652
32671
|
"locationInModule": {
|
|
32653
32672
|
"filename": "src/github/workflows-model.ts",
|
|
32654
|
-
"line":
|
|
32673
|
+
"line": 725
|
|
32655
32674
|
},
|
|
32656
32675
|
"name": "issueComment",
|
|
32657
32676
|
"optional": true,
|
|
@@ -32668,7 +32687,7 @@
|
|
|
32668
32687
|
"immutable": true,
|
|
32669
32688
|
"locationInModule": {
|
|
32670
32689
|
"filename": "src/github/workflows-model.ts",
|
|
32671
|
-
"line":
|
|
32690
|
+
"line": 730
|
|
32672
32691
|
},
|
|
32673
32692
|
"name": "issues",
|
|
32674
32693
|
"optional": true,
|
|
@@ -32685,7 +32704,7 @@
|
|
|
32685
32704
|
"immutable": true,
|
|
32686
32705
|
"locationInModule": {
|
|
32687
32706
|
"filename": "src/github/workflows-model.ts",
|
|
32688
|
-
"line":
|
|
32707
|
+
"line": 735
|
|
32689
32708
|
},
|
|
32690
32709
|
"name": "label",
|
|
32691
32710
|
"optional": true,
|
|
@@ -32702,7 +32721,7 @@
|
|
|
32702
32721
|
"immutable": true,
|
|
32703
32722
|
"locationInModule": {
|
|
32704
32723
|
"filename": "src/github/workflows-model.ts",
|
|
32705
|
-
"line":
|
|
32724
|
+
"line": 743
|
|
32706
32725
|
},
|
|
32707
32726
|
"name": "mergeGroup",
|
|
32708
32727
|
"optional": true,
|
|
@@ -32719,7 +32738,7 @@
|
|
|
32719
32738
|
"immutable": true,
|
|
32720
32739
|
"locationInModule": {
|
|
32721
32740
|
"filename": "src/github/workflows-model.ts",
|
|
32722
|
-
"line":
|
|
32741
|
+
"line": 748
|
|
32723
32742
|
},
|
|
32724
32743
|
"name": "milestone",
|
|
32725
32744
|
"optional": true,
|
|
@@ -32736,7 +32755,7 @@
|
|
|
32736
32755
|
"immutable": true,
|
|
32737
32756
|
"locationInModule": {
|
|
32738
32757
|
"filename": "src/github/workflows-model.ts",
|
|
32739
|
-
"line":
|
|
32758
|
+
"line": 754
|
|
32740
32759
|
},
|
|
32741
32760
|
"name": "pageBuild",
|
|
32742
32761
|
"optional": true,
|
|
@@ -32753,7 +32772,7 @@
|
|
|
32753
32772
|
"immutable": true,
|
|
32754
32773
|
"locationInModule": {
|
|
32755
32774
|
"filename": "src/github/workflows-model.ts",
|
|
32756
|
-
"line":
|
|
32775
|
+
"line": 759
|
|
32757
32776
|
},
|
|
32758
32777
|
"name": "project",
|
|
32759
32778
|
"optional": true,
|
|
@@ -32770,7 +32789,7 @@
|
|
|
32770
32789
|
"immutable": true,
|
|
32771
32790
|
"locationInModule": {
|
|
32772
32791
|
"filename": "src/github/workflows-model.ts",
|
|
32773
|
-
"line":
|
|
32792
|
+
"line": 764
|
|
32774
32793
|
},
|
|
32775
32794
|
"name": "projectCard",
|
|
32776
32795
|
"optional": true,
|
|
@@ -32787,7 +32806,7 @@
|
|
|
32787
32806
|
"immutable": true,
|
|
32788
32807
|
"locationInModule": {
|
|
32789
32808
|
"filename": "src/github/workflows-model.ts",
|
|
32790
|
-
"line":
|
|
32809
|
+
"line": 769
|
|
32791
32810
|
},
|
|
32792
32811
|
"name": "projectColumn",
|
|
32793
32812
|
"optional": true,
|
|
@@ -32804,7 +32823,7 @@
|
|
|
32804
32823
|
"immutable": true,
|
|
32805
32824
|
"locationInModule": {
|
|
32806
32825
|
"filename": "src/github/workflows-model.ts",
|
|
32807
|
-
"line":
|
|
32826
|
+
"line": 775
|
|
32808
32827
|
},
|
|
32809
32828
|
"name": "public",
|
|
32810
32829
|
"optional": true,
|
|
@@ -32821,7 +32840,7 @@
|
|
|
32821
32840
|
"immutable": true,
|
|
32822
32841
|
"locationInModule": {
|
|
32823
32842
|
"filename": "src/github/workflows-model.ts",
|
|
32824
|
-
"line":
|
|
32843
|
+
"line": 780
|
|
32825
32844
|
},
|
|
32826
32845
|
"name": "pullRequest",
|
|
32827
32846
|
"optional": true,
|
|
@@ -32838,7 +32857,7 @@
|
|
|
32838
32857
|
"immutable": true,
|
|
32839
32858
|
"locationInModule": {
|
|
32840
32859
|
"filename": "src/github/workflows-model.ts",
|
|
32841
|
-
"line":
|
|
32860
|
+
"line": 785
|
|
32842
32861
|
},
|
|
32843
32862
|
"name": "pullRequestReview",
|
|
32844
32863
|
"optional": true,
|
|
@@ -32855,7 +32874,7 @@
|
|
|
32855
32874
|
"immutable": true,
|
|
32856
32875
|
"locationInModule": {
|
|
32857
32876
|
"filename": "src/github/workflows-model.ts",
|
|
32858
|
-
"line":
|
|
32877
|
+
"line": 791
|
|
32859
32878
|
},
|
|
32860
32879
|
"name": "pullRequestReviewComment",
|
|
32861
32880
|
"optional": true,
|
|
@@ -32874,7 +32893,7 @@
|
|
|
32874
32893
|
"immutable": true,
|
|
32875
32894
|
"locationInModule": {
|
|
32876
32895
|
"filename": "src/github/workflows-model.ts",
|
|
32877
|
-
"line":
|
|
32896
|
+
"line": 812
|
|
32878
32897
|
},
|
|
32879
32898
|
"name": "pullRequestTarget",
|
|
32880
32899
|
"optional": true,
|
|
@@ -32891,7 +32910,7 @@
|
|
|
32891
32910
|
"immutable": true,
|
|
32892
32911
|
"locationInModule": {
|
|
32893
32912
|
"filename": "src/github/workflows-model.ts",
|
|
32894
|
-
"line":
|
|
32913
|
+
"line": 818
|
|
32895
32914
|
},
|
|
32896
32915
|
"name": "push",
|
|
32897
32916
|
"optional": true,
|
|
@@ -32908,7 +32927,7 @@
|
|
|
32908
32927
|
"immutable": true,
|
|
32909
32928
|
"locationInModule": {
|
|
32910
32929
|
"filename": "src/github/workflows-model.ts",
|
|
32911
|
-
"line":
|
|
32930
|
+
"line": 823
|
|
32912
32931
|
},
|
|
32913
32932
|
"name": "registryPackage",
|
|
32914
32933
|
"optional": true,
|
|
@@ -32925,7 +32944,7 @@
|
|
|
32925
32944
|
"immutable": true,
|
|
32926
32945
|
"locationInModule": {
|
|
32927
32946
|
"filename": "src/github/workflows-model.ts",
|
|
32928
|
-
"line":
|
|
32947
|
+
"line": 828
|
|
32929
32948
|
},
|
|
32930
32949
|
"name": "release",
|
|
32931
32950
|
"optional": true,
|
|
@@ -32942,7 +32961,7 @@
|
|
|
32942
32961
|
"immutable": true,
|
|
32943
32962
|
"locationInModule": {
|
|
32944
32963
|
"filename": "src/github/workflows-model.ts",
|
|
32945
|
-
"line":
|
|
32964
|
+
"line": 645
|
|
32946
32965
|
},
|
|
32947
32966
|
"name": "repositoryDispatch",
|
|
32948
32967
|
"optional": true,
|
|
@@ -32961,7 +32980,7 @@
|
|
|
32961
32980
|
"immutable": true,
|
|
32962
32981
|
"locationInModule": {
|
|
32963
32982
|
"filename": "src/github/workflows-model.ts",
|
|
32964
|
-
"line":
|
|
32983
|
+
"line": 628
|
|
32965
32984
|
},
|
|
32966
32985
|
"name": "schedule",
|
|
32967
32986
|
"optional": true,
|
|
@@ -32983,7 +33002,7 @@
|
|
|
32983
33002
|
"immutable": true,
|
|
32984
33003
|
"locationInModule": {
|
|
32985
33004
|
"filename": "src/github/workflows-model.ts",
|
|
32986
|
-
"line":
|
|
33005
|
+
"line": 834
|
|
32987
33006
|
},
|
|
32988
33007
|
"name": "status",
|
|
32989
33008
|
"optional": true,
|
|
@@ -33000,7 +33019,7 @@
|
|
|
33000
33019
|
"immutable": true,
|
|
33001
33020
|
"locationInModule": {
|
|
33002
33021
|
"filename": "src/github/workflows-model.ts",
|
|
33003
|
-
"line":
|
|
33022
|
+
"line": 839
|
|
33004
33023
|
},
|
|
33005
33024
|
"name": "watch",
|
|
33006
33025
|
"optional": true,
|
|
@@ -33018,7 +33037,7 @@
|
|
|
33018
33037
|
"immutable": true,
|
|
33019
33038
|
"locationInModule": {
|
|
33020
33039
|
"filename": "src/github/workflows-model.ts",
|
|
33021
|
-
"line":
|
|
33040
|
+
"line": 653
|
|
33022
33041
|
},
|
|
33023
33042
|
"name": "workflowCall",
|
|
33024
33043
|
"optional": true,
|
|
@@ -33036,7 +33055,7 @@
|
|
|
33036
33055
|
"immutable": true,
|
|
33037
33056
|
"locationInModule": {
|
|
33038
33057
|
"filename": "src/github/workflows-model.ts",
|
|
33039
|
-
"line":
|
|
33058
|
+
"line": 638
|
|
33040
33059
|
},
|
|
33041
33060
|
"name": "workflowDispatch",
|
|
33042
33061
|
"optional": true,
|
|
@@ -33054,7 +33073,7 @@
|
|
|
33054
33073
|
"immutable": true,
|
|
33055
33074
|
"locationInModule": {
|
|
33056
33075
|
"filename": "src/github/workflows-model.ts",
|
|
33057
|
-
"line":
|
|
33076
|
+
"line": 847
|
|
33058
33077
|
},
|
|
33059
33078
|
"name": "workflowRun",
|
|
33060
33079
|
"optional": true,
|
|
@@ -33076,7 +33095,7 @@
|
|
|
33076
33095
|
"kind": "interface",
|
|
33077
33096
|
"locationInModule": {
|
|
33078
33097
|
"filename": "src/github/workflows-model.ts",
|
|
33079
|
-
"line":
|
|
33098
|
+
"line": 1219
|
|
33080
33099
|
},
|
|
33081
33100
|
"name": "WatchOptions",
|
|
33082
33101
|
"namespace": "github.workflows",
|
|
@@ -33093,7 +33112,7 @@
|
|
|
33093
33112
|
"immutable": true,
|
|
33094
33113
|
"locationInModule": {
|
|
33095
33114
|
"filename": "src/github/workflows-model.ts",
|
|
33096
|
-
"line":
|
|
33115
|
+
"line": 1225
|
|
33097
33116
|
},
|
|
33098
33117
|
"name": "types",
|
|
33099
33118
|
"optional": true,
|
|
@@ -33120,7 +33139,7 @@
|
|
|
33120
33139
|
"kind": "interface",
|
|
33121
33140
|
"locationInModule": {
|
|
33122
33141
|
"filename": "src/github/workflows-model.ts",
|
|
33123
|
-
"line":
|
|
33142
|
+
"line": 1261
|
|
33124
33143
|
},
|
|
33125
33144
|
"name": "WorkflowCallOptions",
|
|
33126
33145
|
"namespace": "github.workflows",
|
|
@@ -33137,7 +33156,7 @@
|
|
|
33137
33156
|
"kind": "interface",
|
|
33138
33157
|
"locationInModule": {
|
|
33139
33158
|
"filename": "src/github/workflows-model.ts",
|
|
33140
|
-
"line":
|
|
33159
|
+
"line": 1256
|
|
33141
33160
|
},
|
|
33142
33161
|
"name": "WorkflowDispatchOptions",
|
|
33143
33162
|
"namespace": "github.workflows",
|
|
@@ -33154,7 +33173,7 @@
|
|
|
33154
33173
|
"kind": "interface",
|
|
33155
33174
|
"locationInModule": {
|
|
33156
33175
|
"filename": "src/github/workflows-model.ts",
|
|
33157
|
-
"line":
|
|
33176
|
+
"line": 1231
|
|
33158
33177
|
},
|
|
33159
33178
|
"name": "WorkflowRunOptions",
|
|
33160
33179
|
"namespace": "github.workflows",
|
|
@@ -33171,7 +33190,7 @@
|
|
|
33171
33190
|
"immutable": true,
|
|
33172
33191
|
"locationInModule": {
|
|
33173
33192
|
"filename": "src/github/workflows-model.ts",
|
|
33174
|
-
"line":
|
|
33193
|
+
"line": 1249
|
|
33175
33194
|
},
|
|
33176
33195
|
"name": "branches",
|
|
33177
33196
|
"optional": true,
|
|
@@ -33196,7 +33215,7 @@
|
|
|
33196
33215
|
"immutable": true,
|
|
33197
33216
|
"locationInModule": {
|
|
33198
33217
|
"filename": "src/github/workflows-model.ts",
|
|
33199
|
-
"line":
|
|
33218
|
+
"line": 1243
|
|
33200
33219
|
},
|
|
33201
33220
|
"name": "types",
|
|
33202
33221
|
"optional": true,
|
|
@@ -33221,7 +33240,7 @@
|
|
|
33221
33240
|
"immutable": true,
|
|
33222
33241
|
"locationInModule": {
|
|
33223
33242
|
"filename": "src/github/workflows-model.ts",
|
|
33224
|
-
"line":
|
|
33243
|
+
"line": 1237
|
|
33225
33244
|
},
|
|
33226
33245
|
"name": "workflows",
|
|
33227
33246
|
"optional": true,
|
|
@@ -79431,6 +79450,6 @@
|
|
|
79431
79450
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
79432
79451
|
}
|
|
79433
79452
|
},
|
|
79434
|
-
"version": "0.93.
|
|
79435
|
-
"fingerprint": "
|
|
79453
|
+
"version": "0.93.2",
|
|
79454
|
+
"fingerprint": "CfVQi+4SEoWs5TZ7vrurYrMaQzLhkZdz8qSAJFb2ziU="
|
|
79436
79455
|
}
|